Subject: | Bundle::DBD::Pg does not compile |
This is utterly minor and only noticed it because I'm creating some sort of extra safety nets downstream to handle the fact we can't always test a live database everywhere tests should be run.
But:
perl -MBundle::DBD::Pg -e1
Dies with
Global symbol "$VERSION" requires explicit package name (did you forget to declare "my $VERSION"?) at /usr/lib64/perl5/vendor_perl/5.24.3/x86_64-linux/Bundle/DBD/Pg.pm line 7.
Compilation failed in require.
BEGIN failed--compilation aborted.
Ya'll just need an "our" or a 'vars' somewhere.
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )