summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2002-03-03 22:09:58 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-04 02:04:32 +0000
commit721f911bd078bff776eba5733ca4b92a2c683377 (patch)
treedd6dd23a940c7fe2d90d2f3960ef46936163b9a0 /warnings.pl
parent070ed4611e2512e7f027c985566ea59b2621cd8f (diff)
downloadperl-721f911bd078bff776eba5733ca4b92a2c683377.tar.gz
attr
From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@14976
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/warnings.pl b/warnings.pl
index e5ac703492..f69c803a52 100644
--- a/warnings.pl
+++ b/warnings.pl
@@ -373,9 +373,9 @@ warnings - Perl pragma to control optional warnings
warnings::warn($object, "some warning");
}
- warnif("some warning");
- warnif("void", "some warning");
- warnif($object, "some warning");
+ warnings::warnif("some warning");
+ warnings::warnif("void", "some warning");
+ warnings::warnif($object, "some warning");
=head1 DESCRIPTION