From 22b06de744d1b685a9c1a1b45c185462e07e12ee Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 26 Aug 2001 10:48:22 +0100 Subject: [PATCH] op/universal.t failing Message-Id: <20010826094822.B4950@plum.flirble.org> p4raw-id: //depot/perl@11753 --- t/op/universal.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/universal.t b/t/op/universal.t index b6596a3..a67c77f 100755 --- a/t/op/universal.t +++ b/t/op/universal.t @@ -9,7 +9,7 @@ BEGIN { $| = 1; } -print "1..84\n"; +print "1..87\n"; $a = {}; bless $a, "Bob"; -- 2.7.4