summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-28 05:29:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-28 05:29:37 +0000
commit1be9d9c6b6c7b8f67a48645f860e0d26d513177a (patch)
treee4c8e0a2302a34bd209165874fb98824beab3b4d /t
parent954c1994944eafa74aaac1bab94e820b6e447da9 (diff)
downloadperl-1be9d9c6b6c7b8f67a48645f860e0d26d513177a.tar.gz
more exported symbols needed for build on windows
p4raw-id: //depot/perl@4916
Diffstat (limited to 't')
-rwxr-xr-xt/lib/thread.t2
1 files changed, 1 insertions, 1 deletions
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";
}