From: Marcus Holland-Moritz Date: Thu, 26 Aug 2004 21:57:39 +0000 (+0000) Subject: Fix nasty line break in Storable test file. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5650719d10f9c9638fc97e43cb1aff607cb031b7;p=p5sagit%2Fp5-mst-13.2.git Fix nasty line break in Storable test file. p4raw-id: //depot/perl@23239 --- diff --git a/ext/Storable/t/just_plain_nasty.t b/ext/Storable/t/just_plain_nasty.t index e802839..77271fb 100644 --- a/ext/Storable/t/just_plain_nasty.t +++ b/ext/Storable/t/just_plain_nasty.t @@ -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;