On Thu, Aug 06, 2009 at 05:24:29PM +0100, Dave Mitchell wrote: > So please everyone, test away! I've now run it against the (seeming) half of CPAN that work uses (which is all fine and dandy, but anyone else can also do that, and should) and the work code (which is key, because everyone else here *can't*, and *I want this to work at work*) and everything passes. Well, strictly, a couple of modules that fail tests on 5.8.* fail the same tests the same way. And I had to add a C<require Exporter;> to one work module, because it C<@ISA> Exporter, 5.10.whatever does @ISA calculation early, and so the module can't require on one of the modules it subsequently requires to do its chores for it. So looks good. I haven't yet tried maint-5.10 from git - I'll test that tomorrow. Nicholas ClarkThread Previous | Thread Next