Lib.pm: Skip tests if perl-libintl module is not available.
[libguestfs.git] / perl / README
1 Sys::Guestfs
2 ------------
3
4 This directory contains the Perl bindings for the libguestfs API.
5
6 The basic libguestfs bindings have the name 'Sys::Guestfs'.
7
8 As with all other language bindings, these bindings are generated
9 automatically.  See src/generator.ml.
10
11 Sys::Guestfs::Lib
12 -----------------
13
14 Because we use Perl for writing lots of additional tools around
15 libguestfs, the Perl bindings also contain an extra library of useful
16 functions, called 'Sys::Guestfs::Lib'.  This extra library is entirely
17 optional, and only enhances the usefulness of the ordinary libguestfs
18 API.
19
20 One of the features of this library is tighter libvirt integration.