Re: File::Spec::rel2abs2rel (?)
Michael G. Schwern [Tue, 5 Feb 2002 13:47:39 +0000 (08:47 -0500)]
Message-ID: <20020205184739.GB17375@blackrider>

p4raw-id: //depot/perl@14566

lib/File/Spec/t/rel2abs2rel.t

index e824dff..72d25a8 100644 (file)
@@ -9,6 +9,8 @@ BEGIN {
 }
 
 use Config;
+
+# Make sure when we run `perl` we get this perl
 $ENV{'PATH'} = '.' . $Config{'path_sep'} . $ENV{'PATH'};
 
 use Test::More tests => 5;