Skip Menu |

This queue is for tickets about the SNMP-Persist CPAN distribution.

Report information
The Basics
Id: 50110
Status: new
Priority: 0/
Queue: SNMP-Persist

People
Owner: Nobody in particular
Requestors: dmo+pause [...] dmo.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



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