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.13 by root, Thu Sep 18 02:58:42 2014 UTC vs.
Revision 1.14 by root, Thu Oct 23 15:58:16 2014 UTC

54use Net::SNMP::MessageProcessing (); 54use Net::SNMP::MessageProcessing ();
55 55
56our $VERSION; 56our $VERSION;
57 57
58BEGIN { 58BEGIN {
59 $VERSION = 1.3; 59 $VERSION = 1.31;
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