]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/commitdiff
->do also returns the object
authorVincent Pit <vince@profvince.com>
Thu, 26 Feb 2009 14:02:54 +0000 (15:02 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 26 Feb 2009 14:02:54 +0000 (15:02 +0100)
lib/Regexp/Wildcards.pm

index 6444f9698645054fd9ebbf69d1f44797d838dc0d..ac0cec3d2fec31eaf66b3e66403f93e0c7e22ce3 100644 (file)
@@ -297,6 +297,8 @@ No argument means C<< set => [ ] >>.
     $rw->do(rem => 'jokers');           # Specifying both 'sql' and 'jokers' is useless.
     $rw->do();                          # Translate nothing.
 
+The C<do> method returns the L<Regexp::Wildcards> object.
+
 =head2 C<type $type>
 
 Notifies to convert the metacharacters that corresponds to the predefined type C<$type>.