-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (41 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Device::Blkid - Interface to libblkid
=====================================
WARNING: This module requires libblkid 2.16 or newer, i.e. a version that
ships with util-linux-ng (in contrast to older library versions, which
were part of e2fsprogs).
libblkid is a Linux library that is able to probe devices for the file
systems on that devices and other information. Most file systems provide
a UUID, and possibly a label.
"Device::Blkid" closely resembles the native interface of libblkid. All
functions provided by libblkid are available from Perl as well. Most
functions work exactly the same way, although a few have been slightly
modified to behave a little more "Perlish".
A complete API description is available in the module's perldoc
(perldoc Device::Blkid). Additionally, information about the module may
be found on:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Device-Blkid
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Device-Blkid
CPAN Ratings
http://cpanratings.perl.org/d/Device-Blkid
Search CPAN
http://search.cpan.org/dist/Device-Blkid/
Installation
============
To install this module type the following:
perl Makefile.PL
make
make install
You may test the package with "make test"; this will, however, only succeed
if run as root.
Copyright and licence
=====================
Copyright (C) 2009 Collax GmbH. All rights reserved.
(Bastian Friedrich <[email protected]> or <[email protected]>)
Devel::CheckLib is Copyright 2007 David Cantrell. Portions copyright 2007
David Golden. This module is free-as-in-speech software, and may be used,
distributed, and modified under the same conditions as perl itself.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.