diff --git a/Changelog b/Changelog index c00a934..2d5c21e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ + 2.48 + - arg, uploaded the wrong file to pause, so another version + bump up. + + - fixed typos in pod section for -ForceArray. + + 2.47 - fixed rt.cpan.org#53759 by adding new option -ForceArray. when enabled a single config value enclosed in [] will become diff --git a/General.pm b/General.pm index ca48c79..1f940cc 100644 --- a/General.pm +++ b/General.pm @@ -5,7 +5,7 @@ # config values from a given file and # return it as hash structure # -# Copyright (c) 2000-20010Thomas Linden . +# Copyright (c) 2000-2010 Thomas Linden . # All Rights Reserved. Std. disclaimer applies. # Artistic License, same as perl itself. Have fun. # @@ -32,7 +32,7 @@ use Carp::Heavy; use Carp; use Exporter; -$Config::General::VERSION = 2.47; +$Config::General::VERSION = 2.48; use vars qw(@ISA @EXPORT_OK); use base qw(Exporter); @@ -2532,7 +2532,7 @@ Thomas Linden =head1 VERSION -2.47 +2.48 =cut