summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2002-05-18 23:24:51 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-18 20:46:13 +0000
commit388759296cc69a19099065bacd8fc616910d1c3d (patch)
tree9d71504b75860d4b1bb3879a404ad34459f33384 /warnings.pl
parent1108aaa78275c4ea48d2ab4d4de8bdb0d9793fd0 (diff)
downloadperl-388759296cc69a19099065bacd8fc616910d1c3d.tar.gz
revised warnings + more tests + docs
Message-ID: <20020518222451.E7275@fdgroup.com> p4raw-id: //depot/perl@16685
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/warnings.pl b/warnings.pl
index 0e905c0e71..75778a159b 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -62,6 +62,7 @@ my $tree = {
'exiting' => [ 5.008, DEFAULT_OFF],
'pack' => [ 5.008, DEFAULT_OFF],
'unpack' => [ 5.008, DEFAULT_OFF],
+ 'threads' => [ 5.008, DEFAULT_OFF],
#'default' => [ 5.008, DEFAULT_ON ],
}],
} ;
@@ -466,6 +467,7 @@ close PM ;
__END__
+# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file was created by warnings.pl
# Any changes made here will be lost.
#