Re: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var

2001-10-18 Thread Michael G Schwern
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

Re: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var

2001-10-17 Thread Jarkko Hietaniemi
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

[PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var

2001-10-17 Thread Michael G Schwern
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';