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.14 by root, Thu Oct 23 15:58:16 2014 UTC vs.
Revision 1.16 by root, Fri Dec 21 11:21:06 2018 UTC

41 41
42=cut 42=cut
43 43
44package Net::SNMP::XS; 44package Net::SNMP::XS;
45 45
46use strict qw(vars subs); 46use common::sense;
47no warnings;
48
49use Guard;
50 47
51use Net::SNMP (); 48use Net::SNMP ();
52use Net::SNMP::PDU (); 49use Net::SNMP::PDU ();
53use Net::SNMP::Message (); 50use Net::SNMP::Message ();
54use Net::SNMP::MessageProcessing (); 51use Net::SNMP::MessageProcessing ();
55 52
56our $VERSION; 53our $VERSION;
57 54
58BEGIN { 55BEGIN {
59 $VERSION = 1.31; 56 $VERSION = 1.32;
60 57
61 # this overrides many methods inside Net::SNMP and it's submodules 58 # this overrides many methods inside Net::SNMP and it's submodules
62 require XSLoader; 59 require XSLoader;
63 XSLoader::load Net::SNMP::XS, $VERSION; 60 XSLoader::load Net::SNMP::XS, $VERSION;
64} 61}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines