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.19 by root, Fri Apr 19 15:54:22 2019 UTC vs.
Revision 1.20 by root, Mon Apr 22 11:13:16 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines