On Wed, Oct 17, 2001 at 03:05:08PM +0300, Jarkko Hietaniemi wrote:
> Thanks, applied. If this $ENV{PERL_CORE} scheme works we can ask the
> other dual life citizens to do the same. Will make the pumpkin's life
> much, much, much easier.
The only bit that worries me is now in order to run a core
On Wed, Oct 17, 2001 at 04:04:13AM -0400, Michael G Schwern wrote:
> I spent a few hours synching up Test::Simple pretty much by hand. A
> simple recursive diff won't produce a useful patch since there's some
> things in the core version that aren't in the CPAN version. The most
> prevalent exam
I spent a few hours synching up Test::Simple pretty much by hand. A
simple recursive diff won't produce a useful patch since there's some
things in the core version that aren't in the CPAN version. The most
prevalent example being the test magic:
BEGIN {
chdir 't' if -d 't';