From 9bfe6bdcb55e103b9b5ccd3645f367a1955eed1c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 4 Oct 2016 09:55:44 +0300 Subject: 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. --- sendmail.pl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'sendmail.pl') 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 +# Copyright (C) 2015, 2016 Sergey Poznyakoff # # 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(5), B(8), B(1), B(8). +=head1 LICENSE + +GPLv3+: GNU GPL version 3 or later, see + + +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 . =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); -- cgit v1.2.1