From: Gurusamy Sarathy Date: Tue, 25 Apr 2000 18:21:57 +0000 (+0000) Subject: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d842d7f4e7f029b47e8a1043b5550350838fb43;hp=b4cea2271f29371e2e2e0dc880d921b95d676b12;p=p5sagit%2Fp5-mst-13.2.git typo in vars.pm that leads to cryptic message (from Piotr Piatkowski ) p4raw-id: //depot/perl@5948 --- diff --git a/lib/vars.pm b/lib/vars.pm index bde0b2a..0ace551 100644 --- 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;