Skip Menu |

This queue is for tickets about the Config-Scoped CPAN distribution.

Report information
The Basics
Id: 50238
Status: resolved
Priority: 0/
Queue: Config-Scoped

People
Owner: GAISSMAI [...] cpan.org
Requestors: SWMCD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.12
Fixed in: (no value)



~/src/Perl>cat hello #!/usr/bin/perl use Config::Scoped; my $bad = 'a { b = "X $Y Z" }'; my $parser = new Config::Scoped; my $config = $parser->parse(text => $bad); print $config->{a}{b}, "\n"; ~/src/Perl>./hello X Z
Hallo, it's no bug, it's a feature. Double quoted strings are subject to interpolation like in perl itself. On Mo. 05. Okt. 2009, 23:45:43, SWMCD wrote: Show quoted text
> ~/src/Perl>cat hello > #!/usr/bin/perl > > use Config::Scoped; > > my $bad = 'a { b = "X $Y Z" }'; > my $parser = new Config::Scoped; > my $config = $parser->parse(text => $bad); > print $config->{a}{b}, "\n"; > > ~/src/Perl>./hello > X Z
Greetings Charly
Hi Steven, Config::Scoped with your POD is now on CPAN. With this new POD version I close this ticket now. Best regards and thanks a lot Charly