summaryrefslogtreecommitdiff
path: root/perl/agent/agent.pm
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-03-30 19:40:10 +0900
committerHideki Yamane <henrich@debian.org>2014-03-30 19:40:10 +0900
commit10b7458b56a68de3d073fe36d879e2623214799b (patch)
tree980c9d254a22cb6a64a3a4e80f8c9ece9364c1b6 /perl/agent/agent.pm
parentfd61b257291e71c06dd012b3e97ff6ed2aeb5fda (diff)
parent2d06f9c214aaa15bd9b8512c0713b472657747a7 (diff)
downloadpkg-net-snmp-10b7458b56a68de3d073fe36d879e2623214799b.tar.gz
Merge tag 'upstream/5.7.2.1_dfsg'
Upstream version 5.7.2.1~dfsg
Diffstat (limited to 'perl/agent/agent.pm')
-rw-r--r--perl/agent/agent.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/agent/agent.pm b/perl/agent/agent.pm
index 310e9e5..53c2756 100644
--- a/perl/agent/agent.pm
+++ b/perl/agent/agent.pm
@@ -87,7 +87,7 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @EXPORT $VERSION $AUTOLOAD);
SNMP_ERR_AUTHORIZATIONERROR
SNMP_ERR_NOTWRITABLE
);
-$VERSION = '5.0702';
+$VERSION = '5.07021';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()