Subject: | $VERSION declared in wrong place, ends up in wrong namespace. |
The line "our $VERSION = '0.05';" appears before the package declaration,
so $VERSION ends up in ::main:
$ perl -MSNMP::Persist -e 'print $::VERSION,"\n"'
0.05
This queue is for tickets about the SNMP-Persist CPAN distribution.
The Basics
People
|
Bug Information
|