Skip Menu |

This queue is for tickets about the Sepia CPAN distribution.

Report information
The Basics
Id: 52522
Status: resolved
Priority: 0/
Queue: Sepia

People
Owner: seano [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: eval { use BSD::Resource ... is a use at compile time
I found this code that breaks so many cpan tester runs: eval { use BSD::Resource ... eval block is compiling the content of the block at compile time and use is executing at compile time. So this never does what you intend, it fails uncaught by the eval at compile time. HTH, Regards,
Thanks -- not the first time I've made that stupid mistake. Version 0.991_02 should be on its way shortly. What I really want to know is why the B-based pad inspection apparently has problems on threaded Perl, and whether I have made that failure go away.
Seems fixed. Thanks for reporting.