X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.pod;h=3ae9882d8bcd5ff26cbd5663f3ccfae1e9e916ab;hp=d4bb1a246bed672d35878a3dc84e4dd310b9d49d;hb=447aa9bcb55632cf669454868679169602a28fe2;hpb=2dd7bc5f80da4fe2220e28de1102641c239d084c diff --git a/Plugin.pod b/Plugin.pod index d4bb1a2..3ae9882 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