This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #18420 from maint-5.8:
[perl5.git] / lib / autouse.pm
index d320195..68646a4 100644 (file)
@@ -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