Fix nasty line break in Storable test file.
Marcus Holland-Moritz [Thu, 26 Aug 2004 21:57:39 +0000 (21:57 +0000)]
p4raw-id: //depot/perl@23239

ext/Storable/t/just_plain_nasty.t

index e802839..77271fb 100644 (file)
@@ -27,8 +27,7 @@ BEGIN {
         use 5.006;
         1;
     }) {
-        print "1..0 # skip: tests only work with B::Deparse 0.61 and at least pe
-rl 5.6.0\n";
+        print "1..0 # skip: tests only work with B::Deparse 0.61 and at least perl 5.6.0\n";
         exit;
     }
     require File::Spec;