4 This directory contains the Perl bindings for the libguestfs API.
6 The basic libguestfs bindings have the name 'Sys::Guestfs'.
8 As with all other language bindings, these bindings are generated
9 automatically. See generator/ directory.
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
20 One of the features of this library is tighter libvirt integration.