version bump up to 2.48

git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@83 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
Thomas von Dein
2010-04-09 13:40:00 +00:00
parent 06bdf8a316
commit 792fb55180
2 changed files with 10 additions and 3 deletions

View File

@@ -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 2.47
- fixed rt.cpan.org#53759 by adding new option -ForceArray. - fixed rt.cpan.org#53759 by adding new option -ForceArray.
when enabled a single config value enclosed in [] will become when enabled a single config value enclosed in [] will become

View File

@@ -5,7 +5,7 @@
# config values from a given file and # config values from a given file and
# return it as hash structure # return it as hash structure
# #
# Copyright (c) 2000-20010Thomas Linden <tlinden |AT| cpan.org>. # Copyright (c) 2000-2010 Thomas Linden <tlinden |AT| cpan.org>.
# All Rights Reserved. Std. disclaimer applies. # All Rights Reserved. Std. disclaimer applies.
# Artistic License, same as perl itself. Have fun. # Artistic License, same as perl itself. Have fun.
# #
@@ -32,7 +32,7 @@ use Carp::Heavy;
use Carp; use Carp;
use Exporter; use Exporter;
$Config::General::VERSION = 2.47; $Config::General::VERSION = 2.48;
use vars qw(@ISA @EXPORT_OK); use vars qw(@ISA @EXPORT_OK);
use base qw(Exporter); use base qw(Exporter);
@@ -2532,7 +2532,7 @@ Thomas Linden <tlinden |AT| cpan.org>
=head1 VERSION =head1 VERSION
2.47 2.48
=cut =cut