From 1be9d9c6b6c7b8f67a48645f860e0d26d513177a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 28 Jan 2000 05:29:37 +0000 Subject: more exported symbols needed for build on windows p4raw-id: //depot/perl@4916 --- t/lib/thread.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/lib/thread.t b/t/lib/thread.t index edfb443fc8..6b3c800f9b 100755 --- a/t/lib/thread.t +++ b/t/lib/thread.t @@ -72,7 +72,7 @@ $t->join->join; { package Loch::Ness; sub new { bless [], shift } - sub monster : locked, method { + sub monster : locked : method { my($s, $m) = @_; print "ok $m\n"; } -- cgit v1.2.1