summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-30 04:41:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-30 04:41:30 +0000
commit7c19333d7f20e7ad25873640ebb85a4de38483f9 (patch)
tree806ddacdd9e13e2d72a846f2cc2f2f425074c6ea /gnu/usr.bin
parent68335a23cdf78e29bdcebb364607bf4f1d8a52c1 (diff)
Change 5948 by gsar@auger on 2000/04/25 18:21:57
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>)
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/lib/vars.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/vars.pm b/gnu/usr.bin/perl/lib/vars.pm
index bde0b2a0e8c..0ace55169c4 100644
--- a/gnu/usr.bin/perl/lib/vars.pm
+++ b/gnu/usr.bin/perl/lib/vars.pm
@@ -8,7 +8,8 @@ require 5.002;
# if Carp hasn't been loaded in earlier compile time. :-(
# We'll let those bugs get found on the development track.
require Carp if $] < 5.00450;
-use warnings::register();
+
+use warnings::register;
sub import {
my $callpack = caller;