summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-06-01 12:28:14 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-01 12:50:05 +0000
commit592f596992fbcfa7e7c135f9212d2ec2def553a6 (patch)
treec5f04cc360dd2fd72cb724f1a05e54f0fd6501c2 /lib
parent8876ff82c32e1f2c2fd30ec37c28e8bfb676c908 (diff)
downloadperl-592f596992fbcfa7e7c135f9212d2ec2def553a6.tar.gz
Re: [PATCH xsutils.c] Quieting warnings
Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10371
Diffstat (limited to 'lib')
-rw-r--r--lib/attributes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm
index 3c8923f6da..28f7eee68d 100644
--- a/lib/attributes.pm
+++ b/lib/attributes.pm
@@ -27,7 +27,7 @@ sub carp {
#
# The extra trips through newATTRSUB in the interpreter wipe out any savings
# from avoiding the BEGIN block. Just do the bootstrap now.
-BEGIN { bootstrap }
+BEGIN { bootstrap attributes }
sub import {
@_ > 2 && ref $_[2] or do {