ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/XS.pm
(Generate patch)

Comparing Net-SNMP-XS/XS.pm (file contents):
Revision 1.11 by root, Thu Jul 29 02:52:07 2010 UTC vs.
Revision 1.12 by root, Tue Jan 25 19:37:58 2011 UTC

54use Net::SNMP::MessageProcessing (); 54use Net::SNMP::MessageProcessing ();
55 55
56our $VERSION; 56our $VERSION;
57 57
58BEGIN { 58BEGIN {
59 $VERSION = '1.1'; 59 $VERSION = '1.2';
60 60
61 # this overrides many methods inside Net::SNMP and it's submodules 61 # this overrides many methods inside Net::SNMP and it's submodules
62 require XSLoader; 62 require XSLoader;
63 XSLoader::load Net::SNMP::XS, $VERSION; 63 XSLoader::load Net::SNMP::XS, $VERSION;
64} 64}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines