Add version numbers to Perl modules (RHBZ#521674).
authorRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 14:01:45 +0000 (15:01 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 12 May 2010 17:13:01 +0000 (18:13 +0100)
Sys::Guestfs now contains a version number which reflects the
ABI that we are compiled against, ie. '0.<MAX_PROC_NR>'.  This has
the beneficial side effect of causing an error if the user tries
to mix versions of the Perl module and the XS code.

Sys::Guestfs::Lib now contains a synthetic version number which
will reflect future changes in that module.


No differences found