This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4cea22
)
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
author
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 25 Apr 2000 18:21:57 +0000
(18:21 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 25 Apr 2000 18:21:57 +0000
(18:21 +0000)
<kompas@kompas.usr.onet.pl>)
p4raw-id: //depot/perl@5948
lib/vars.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/vars.pm
b/lib/vars.pm
index
bde0b2a
..
0ace551
100644
(file)
--- a/
lib/vars.pm
+++ b/
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;