summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-03-02 16:36:02 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-05 19:04:34 +0000
commit2f34f9d4825ac9262ece854fc4c50479f4838ff8 (patch)
tree5d59502cebf6b8a413033b2d67ad85a099a5a30a /lib
parentd6582e46845f6c37893e96dbdd201cd0601d3550 (diff)
downloadperl-2f34f9d4825ac9262ece854fc4c50479f4838ff8.tar.gz
Make autouse -w-safe
p4raw-id: //depot/perl@781
Diffstat (limited to 'lib')
-rw-r--r--lib/autouse.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/autouse.pm b/lib/autouse.pm
index ab95a19d8a..4445c6c419 100644
--- a/lib/autouse.pm
+++ b/lib/autouse.pm
@@ -146,15 +146,6 @@ The first line ensures that the errors in your argument specification
are found early. When you ship your application you should comment
out the first line, since it makes the second one useless.
-=head1 BUGS
-
-If Module::func3() is autoused, and the module is loaded between the
-C<autouse> directive and a call to Module::func3(), warnings about
-redefinition would appear if warnings are enabled.
-
-If Module::func3() is autoused, warnings are disabled when loading the
-module via autoused functions.
-
=head1 AUTHOR
Ilya Zakharevich (ilya@math.ohio-state.edu)