]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - lib/indirect.pm
This is 0.05
[perl/modules/indirect.git] / lib / indirect.pm
index 0f805668f3ac03459cb642cfaa13ff8003b44686..0413a9d04689a60c47dc12fbba18c4c24cc54de1 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.03
+Version 0.05
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.05';
 }
 
 =head1 SYNOPSIS
@@ -35,6 +35,8 @@ When enabled (or disabled as some may prefer, since you actually turn it on by c
 
 It currently does not warn when the object is enclosed between braces (like C<meth { $obj } @args>) or for core functions (C<print> or C<say>). This may change in the future, or may be added as optional features that would be enabled by passing options to C<unimport>.
 
+This module is B<not> a source filter.
+
 =head1 METHODS
 
 =head2 C<unimport @opts>