Skip Menu |

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

Report information
The Basics
Id: 50647
Status: resolved
Priority: 0/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: perlboy [...] cpan.org
Cc: GAURAV [...] cpan.org
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.44
Fixed in: (no value)



Subject: Escape of '$' using \$ does not work for Config::General::Interpolated
use Config::General; use Test::More tests => 1; my $conf = new Config::General( -String => q{FOO = "\$foo"}, -InterPolateVars => 1 ); my %all = $conf->getall; ok($all{FOO} eq '$foo'); 1..1 not ok 1 # Failed test in ttt at line 10. # Looks like you failed 1 test of 1.
fixed in 2.45.
CC: perlboy [...] cpan.org, GAURAV [...] cpan.org
Subject: Re: [rt.cpan.org #50647] Escape of '$' using \$ does not work for Config::General::Interpolated
Date: Sat, 3 Apr 2010 11:31:38 +0200
To: bug-Config-General [...] rt.cpan.org
From: Niels van Dijke <niels [...] van-dijke.com>
Thanks! On Fri, Apr 2, 2010 at 11:31 PM, T. Linden via RT < bug-Config-General@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=50647 > > > fixed in 2.45. >
-