From 577e668192700e1f539aa2525a93a895c850e81b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 10 Oct 2009 16:29:15 +0000 Subject: [PATCH] 2.23 - still versioning problem, stupid white man ;-) Extended.pm is now 2.00 which *is* higher than 1.10. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@49 be1acefe-a474-0410-9a34-9b3221f2030f --- Changelog | 4 ++++ General.pm | 4 ++-- General/Extended.pm | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index e5f10d8..603e169 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ + 2.23 + - still versioning problem, stupid white man ;-) + Extended.pm is now 2.00 which *is* higher than 1.10. + 2.22 - incremented all version numbers because of cpan problem. no further changes. See Bug #3347 (rt.cpan.org). diff --git a/General.pm b/General.pm index 953ee78..6b5cf0e 100644 --- a/General.pm +++ b/General.pm @@ -18,7 +18,7 @@ use strict; use Carp; use Exporter; -$Config::General::VERSION = "2.22"; +$Config::General::VERSION = "2.23"; use vars qw(@ISA @EXPORT); @ISA = qw(Exporter); @@ -1928,7 +1928,7 @@ Thomas Linden =head1 VERSION -2.22 +2.23 =cut diff --git a/General/Extended.pm b/General/Extended.pm index 044876b..01f250c 100644 --- a/General/Extended.pm +++ b/General/Extended.pm @@ -23,7 +23,7 @@ use vars qw(@ISA @EXPORT); use strict; -$Config::General::Extended::VERSION = "1.11"; +$Config::General::Extended::VERSION = "2.00"; sub new { @@ -540,7 +540,7 @@ Thomas Linden =head1 VERSION -1.11 +2.00 =cut