X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pod;h=76e8b3a7971423c35c7c1f010701aa4a2b73b21a;hb=2271b6d1ae428e049a8789a04cde87a812b0830f;hp=d4bb1a246bed672d35878a3dc84e4dd310b9d49d;hpb=2dd7bc5f80da4fe2220e28de1102641c239d084c;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Plugin.pod b/Plugin.pod index d4bb1a2..76e8b3a 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -149,7 +149,7 @@ hashrefs, objects, etc. =head2 mod my %mod = $rx->mod; - say "has /ix" if $mod{i} and $mod{x}; + say "has /ix" if %mod ~~ 'i' and %mod ~~ 'x'; A key-value pair list of the modifiers the pattern was compiled with. The keys will zero or more of C and the values will be true @@ -397,7 +397,7 @@ Evar ArnfjErE Bjarmason =head1 LICENSE -Copyright 2007 Evar ArnfjErE Bjarmason. +Copyright 2007-2008 Evar ArnfjErE Bjarmason. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.