]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Be proud about not using a source filter
authorVincent Pit <vince@profvince.com>
Mon, 29 Sep 2008 18:30:29 +0000 (20:30 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 29 Sep 2008 18:30:29 +0000 (20:30 +0200)
lib/indirect.pm

index c528b1c45e8fae34e24303de11a95a45f2b2baaf..450b02567668d59a90aadf322e68f3af17a598fb 100644 (file)
@@ -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>