In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d681dfadbe84f87244e6602d414cdb00dce19f95?hp=10b84a45b4c4889d6f5b7707ba96a127c605fd9f>

- Log -----------------------------------------------------------------
commit d681dfadbe84f87244e6602d414cdb00dce19f95
Author: Rafael Garcia-Suarez <[email protected]>
Date:   Sun Sep 13 20:01:13 2009 +0200

    This test was incorrectly skipped because it couldn't locate Encode anymore
-----------------------------------------------------------------------

Summary of changes:
 ext/PerlIO-encoding/t/encoding.t |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/ext/PerlIO-encoding/t/encoding.t b/ext/PerlIO-encoding/t/encoding.t
index f36680e..75c5e14 100644
--- a/ext/PerlIO-encoding/t/encoding.t
+++ b/ext/PerlIO-encoding/t/encoding.t
@@ -1,11 +1,6 @@
 #!./perl -w
 
 BEGIN {
-    chdir 't' if -d 't';
-    @INC = '../lib';
-    no warnings; # Need global -w flag for later tests, but don't want this
-    # to warn here:
-    push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
     unless (find PerlIO::Layer 'perlio') {
        print "1..0 # Skip: not perlio\n";
        exit 0;

--
Perl5 Master Repository

Reply via email to