From: Nick Ing-Simmons Date: Fri, 13 Feb 1998 18:15:46 +0000 (+0000) Subject: Resolve ansiperl against win32 X-Git-Tag: accepted/trunk/20130322.191538~37258^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35271711c26ac0dd5b6f0621375f2ee8d339c041;p=platform%2Fupstream%2Fperl.git Resolve ansiperl against win32 p4raw-id: //depot/ansiperl@520 --- 35271711c26ac0dd5b6f0621375f2ee8d339c041 diff --cc t/op/push.t index f62a4e9,f62a4e9..5bdfcf3 --- a/t/op/push.t +++ b/t/op/push.t @@@ -16,6 -16,6 +16,8 @@@ -4, 4 5 6 7, 0 1 2 3 EOF ++print join("!\n",@tests),"\n"; ++ print "1..", 2 + @tests, "\n"; die "blech" unless @tests;