Subject: | VERSION causes bootstrap error |
The value of VERSION in Libwrap.pm causes a bootstrap mismatch error:
Authen::Libwrap object version 0.20 does not match bootstrap parameter
0.2 at /usr/local/lib/perl5/5.8.8/mach/XSLoader.pm line 94.
Compilation failed in require.
BEGIN failed--compilation aborted.
This has been reported on FreeBSD 7.0-CURRENT/perl 5.8.8,
6.2-STABLE/perl 5.8.8, and 4.7-STABLE/perl 5.6.1.
Changing
$VERSION = 0.20;
to
$VERSION = '0.20';
is one way that seems to fix it.