develooper Front page | perl.perl5.porters | Postings from June 2012

Re: NWCLARK TPF grant report #41

Thread Previous | Thread Next
From:
Tim Jenness
Date:
June 20, 2012 07:39
Subject:
Re: NWCLARK TPF grant report #41
Message ID:
CA+G92RdMkfo1ACsUvDiZbF0a7zbCxjAYLKCwiAtW7dVE+P16tQ@mail.gmail.com
On Wed, Jun 20, 2012 at 7:36 AM, Nicholas Clark <nick@ccl4.org> wrote:

> Fixing this as-is to File::stat::stat() won't help, as tests have
> subsequently been added earlier in the script that trigger the autoloading
> of Symbol by File::stat (commit 83716b1ec25b41f2 in Feb 2002). Moving the
> tests earlier won't help now that the test uses File::Temp, as *that*
> unconditionally loads Symbol.
>

File::Temp is not meant to load Symbol. The code is

160     require Symbol if $] < 5.006;

so is that code broken?

-- 
Tim Jenness

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About