Subject: | Version number reported incorrectly in DBI 1.630 |
Date: | Fri, 08 Nov 2013 03:04:13 -0500 |
To: | bug-DBI [...] rt.cpan.org |
From: | Dave Miller <justdave [...] bugzilla.org> |
DBI 1.630 mis-reports its version number as 1.63, which makes apps that
depend on it and require a specific version or newer (like Bugzilla
which requires 1.614 or newer) think the version is too old and refuse
to use it.
Appending installation info to
/Library/Perl/Updates/5.12.4/darwin-thread-multi-2level/perllocal.pod
TIMB/DBI-1.630.tar.gz
/usr/bin/make install -- OK
rmbp:~ admin$ perl -MDBI -e 'print "$DBI::VERSION\n"'
1.63
XS_VERSION gets it right...
rmbp:~ admin$ perl -MDBI -e 'print "$DBI::XS_VERSION\n"'
1.630
I suspect the $VERSION = eval $VERSION is what's hosing it. Why's it do
that anyway?
--
Dave Miller http://www.justdave.net/
IT Infrastructure Engineer, Mozilla http://www.mozilla.org/
Project Leader, Bugzilla Bug Tracking System http://www.bugzilla.org/