From: Vincent Pit Date: Thu, 26 Feb 2009 14:02:54 +0000 (+0100) Subject: ->do also returns the object X-Git-Tag: v1.03~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=commitdiff_plain;h=d2abbc098aa8c983e2fd330d5282a4363c3f12a9 ->do also returns the object --- diff --git a/lib/Regexp/Wildcards.pm b/lib/Regexp/Wildcards.pm index 6444f96..ac0cec3 100644 --- a/lib/Regexp/Wildcards.pm +++ b/lib/Regexp/Wildcards.pm @@ -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 method returns the L object. + =head2 C Notifies to convert the metacharacters that corresponds to the predefined type C<$type>.