On Nov 2, 2007 11:34 AM, Dominique Quatravaux <[EMAIL PROTECTED]> wrote:
> > t/10-external.............
> > #   Failed test at t/10-external.t line 208.
> > #                   '1..2
> > # '
> > #     doesn't match '(?m-xis:^not ok 1.*\*died\*)'

It's the same quotemeta() issue when you interpolate $logfile into the
HEREDOC inside doublequotes.  You need this:

my $logfile = quotemeta($perl->workpath("log"));

David

Reply via email to