X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautouse.pm;h=68646a47201d35e7427a580b2e78fd48b1e15e87;hb=a6d0563455796929d2aae5a18fb57e80a20f87bd;hp=d320195dd56f04c785c0862bbe9966e6528b9734;hpb=5a02ccb1df652f2b0dd47663c285921ec8e27bd2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/autouse.pm b/lib/autouse.pm index d320195..68646a4 100644 --- a/lib/autouse.pm +++ b/lib/autouse.pm @@ -3,7 +3,7 @@ package autouse; #use strict; # debugging only use 5.003_90; # ->can, for my $var -$autouse::VERSION = '1.02'; +$autouse::VERSION = '1.03'; $autouse::DEBUG ||= 0; @@ -119,7 +119,7 @@ will work and is the equivalent to: use Module qw(func3); -Its not a very useful feature and has been deprecated. +It is not a very useful feature and has been deprecated. =end _deprecated