You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by to...@apache.org on 2010/12/27 17:08:20 UTC

svn commit: r1053094 - /perl/Apache-Test/trunk/t/import.t

Author: torsten
Date: Mon Dec 27 16:08:20 2010
New Revision: 1053094

URL: http://svn.apache.org/viewvc?rev=1053094&view=rev
Log:
add skip comments to t/import.t

Modified:
    perl/Apache-Test/trunk/t/import.t

Modified: perl/Apache-Test/trunk/t/import.t
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/t/import.t?rev=1053094&r1=1053093&r2=1053094&view=diff
==============================================================================
--- perl/Apache-Test/trunk/t/import.t (original)
+++ perl/Apache-Test/trunk/t/import.t Mon Dec 27 16:08:20 2010
@@ -113,7 +113,7 @@ Test::ok $warning, qr/^Ignoring -withtes
     "Ignore -withtestmore warning";
 
 use Config ();
-my $pio=!$Config::Config{useperlio};
+my $pio=$Config::Config{useperlio} ? '' : 'need perlio';
 my $output;
 Test::skip $pio, sub {
     my @res;