fixed rt.cpan.org#56532

git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@84 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
Thomas von Dein
2010-06-08 06:58:32 +00:00
parent 792fb55180
commit 5f3800ba29
4 changed files with 13 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ use Carp::Heavy;
use Carp;
use Exporter;
$Config::General::VERSION = 2.48;
$Config::General::VERSION = 2.49;
use vars qw(@ISA @EXPORT_OK);
use base qw(Exporter);
@@ -1084,7 +1084,7 @@ sub _parse_value {
}
# are there any escaped characters left? put them out as is
$value =~ s/\\([\$\\\"])/$1/g;
$value =~ s/\\([\$\\\"#])/$1/g;
return $value;
}
@@ -2532,7 +2532,7 @@ Thomas Linden <tlinden |AT| cpan.org>
=head1 VERSION
2.48
2.49
=cut