aboutsummaryrefslogtreecommitdiff
path: root/sendmail.pl
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-10-04 09:55:44 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-10-04 09:55:44 +0300
commit9bfe6bdcb55e103b9b5ccd3645f367a1955eed1c (patch)
tree822ccb7fe4005f8d61d060c1a4ea296a092bc785 /sendmail.pl
parent36a7799f3a3a62ad0f9a8cc5191e19da3ca06dfb (diff)
downloadnetsnmp-sendmail-9bfe6bdcb55e103b9b5ccd3645f367a1955eed1c.tar.gz
netsnmp-sendmail-9bfe6bdcb55e103b9b5ccd3645f367a1955eed1c.tar.bz2
Version 0.93
* Changes: New file. * LICENSE: New file. * MANIFEST: Update. * Makefile.PL: Add MIN_PERL_VERSION and META_MERGE parameters. * sendmail.pl: Use warnings. Update docs.
Diffstat (limited to 'sendmail.pl')
-rw-r--r--sendmail.pl15
1 files changed, 11 insertions, 4 deletions
diff --git a/sendmail.pl b/sendmail.pl
index 06d0642..2974169 100644
--- a/sendmail.pl
+++ b/sendmail.pl
@@ -1,5 +1,5 @@
# SNMP Sendmail Statistics Module
-# Copyright (C) 2015 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2015, 2016 Sergey Poznyakoff <gray@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -206,17 +206,24 @@ Number of messages that arrived over TCP connections and were rejected.
B<snmpd.conf>(5), B<snmpd>(8), B<mailq>(1), B<mailstats>(8).
+=head1 LICENSE
+
+GPLv3+: GNU GPL version 3 or later, see
+<http://gnu.org/licenses/gpl.html>
+
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
=head1 AUTHOR
Sergey Poznyakoff <gray@gnu.org>.
=cut
-
-
package NetSNMP::Sendmail;
require 5.10.0;
use strict;
+use warnings;
use feature 'state';
use NetSNMP::agent::Support;
use NetSNMP::agent (':all');
@@ -228,7 +235,7 @@ use Data::Dumper;
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = "0.92";
+our $VERSION = "0.93";
our @EXPORT_OK = qw(&Configure);

Return to:

Send suggestions and report system problems to the System administrator.