summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Abad <angelabad@gmail.com>2013-04-20 00:46:28 +0200
committerAngel Abad <angelabad@gmail.com>2013-04-20 00:46:28 +0200
commit7877d0d2f835f603a7b6c3c64c31b4430988a140 (patch)
tree8a1ce8231b5d13282ee614ab3e863e4713dafff2
parent99af2224472d880dafd25771e55330d634676142 (diff)
parent9004f98875820a27816b53f61bc4a62ded53e4a2 (diff)
Merge tag 'upstream/0.24'
Upstream version 0.24 # gpg: Firmado el sáb 20 abr 2013 00:46:28 CEST usando clave DSA ID EE3BC279 # gpg: Firma correcta de "Angel Abad <angelabad@gmail.com>" # gpg: alias "Angel Abad (Indio) <angel@sindominio.net>" # gpg: alias "Angel Abad <angelabad@ubuntu.com>" # gpg: alias "Angel Abad <angel@debian.org>"
-rw-r--r--Changes5
-rw-r--r--META.json4
-rw-r--r--META.yml4
-rw-r--r--README2
-rw-r--r--TacacsPlus.pm4
5 files changed, 10 insertions, 9 deletions
diff --git a/Changes b/Changes
index 05c9777..4f928c1 100644
--- a/Changes
+++ b/Changes
@@ -50,7 +50,7 @@ Revision history for Perl extension Authen::TacacsPlus.
new(). Patches provided by Paulo A Ferreira.
0.22 Wed Jan 18, 2012 Mike McCauley
- - Fixed warning under perl 5.14
+ - Fixed warning under perl 5.14g
0.23 Wed Aug 23, 2012 Mike McCauley
- Fixed problems in low level read_data() function triggered when an
@@ -59,4 +59,5 @@ Revision history for Perl extension Authen::TacacsPlus.
fault on some platforms, and a very slow exit on others. This problem
appears to have been in tac_client ever since I inherited this library.
-
+0.24 Fri Mar 22, 2013 Mike McCauley
+ - Updated author and distribution location details to airspayce.com
diff --git a/META.json b/META.json
index 76e65d8..84e101f 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"unknown"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120630",
+ "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120630",
"license" : [
"unknown"
],
@@ -35,5 +35,5 @@
}
},
"release_status" : "stable",
- "version" : "0.23"
+ "version" : "0.24"
}
diff --git a/META.yml b/META.yml
index e6ffad3..a7093b5 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120630'
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120630'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,4 +18,4 @@ no_index:
- t
- inc
requires: {}
-version: 0.23
+version: 0.24
diff --git a/README b/README
index 22d671c..afc81a3 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ tacacs+ is Copyright (c) 1995-1996 by Cisco systems, Inc.
Thanks to:
- Mike McCauley <mikem@open.com.au>
+ Mike McCauley <mikem@airspayce.com>
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
diff --git a/TacacsPlus.pm b/TacacsPlus.pm
index a98a159..28ff27a 100644
--- a/TacacsPlus.pm
+++ b/TacacsPlus.pm
@@ -17,7 +17,7 @@ require DynaLoader;
@EXPORT_OK = qw(
TACPLUS_CLIENT
);
-$VERSION = '0.23';
+$VERSION = '0.24';
sub new
{
@@ -228,7 +228,7 @@ Closes session with tacacs+ server.
Mike Shoyher, msh@corbina.net, msh@apache.lexa.ru
-Mike McCauley, mikem@open.com.au
+Mike McCauley, mikem@airspayce.com
=head1 BUGS