From 86933eefadab38e5e9d090abfcb1ccebe1eca073 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 10 Oct 2009 16:28:54 +0000 Subject: [PATCH] 2.22 - incremented all version numbers because of cpan problem. no further changes. See Bug #3347 (rt.cpan.org). git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@48 be1acefe-a474-0410-9a34-9b3221f2030f --- Changelog | 4 ++++ General.pm | 4 ++-- General/Extended.pm | 4 ++-- General/Interpolated.pm | 4 ++-- README | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index 1d9d555..e5f10d8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ + 2.22 + - incremented all version numbers because of cpan problem. + no further changes. See Bug #3347 (rt.cpan.org). + 2.21 - fixed bug in new() used $this instead of $self for empty hashref creation if no config file given. diff --git a/General.pm b/General.pm index 1fb83c6..953ee78 100644 --- a/General.pm +++ b/General.pm @@ -18,7 +18,7 @@ use strict; use Carp; use Exporter; -$Config::General::VERSION = "2.21"; +$Config::General::VERSION = "2.22"; use vars qw(@ISA @EXPORT); @ISA = qw(Exporter); @@ -1928,7 +1928,7 @@ Thomas Linden =head1 VERSION -2.21 +2.22 =cut diff --git a/General/Extended.pm b/General/Extended.pm index 3bba19e..044876b 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.10"; +$Config::General::Extended::VERSION = "1.11"; sub new { @@ -540,7 +540,7 @@ Thomas Linden =head1 VERSION -1.10 +1.11 =cut diff --git a/General/Interpolated.pm b/General/Interpolated.pm index 01a799f..a4378c6 100644 --- a/General/Interpolated.pm +++ b/General/Interpolated.pm @@ -1,5 +1,5 @@ package Config::General::Interpolated; -$Config::General::Interpolated::VERSION = "2.02"; +$Config::General::Interpolated::VERSION = "2.03"; use strict; use Carp; @@ -283,7 +283,7 @@ See L =head1 VERSION -2.01 +2.02 =cut diff --git a/README b/README index cca9542..6ddb05c 100644 --- a/README +++ b/README @@ -104,4 +104,4 @@ AUTHOR VERSION - 2.21 + 2.22