X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FRegexp%2FWildcards.pm;h=8e37c6d1e1fb5c507bf4018e43ecee059c408cb0;hb=acf9f34eb2337730696e384d47136914f7529ee3;hp=0394e9a96ae7d07ddf4fe196e06d9a0b5c61672b;hpb=288bd8baa5fee8ef1407addc316d3d331223cadd;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/lib/Regexp/Wildcards.pm b/lib/Regexp/Wildcards.pm index 0394e9a..8e37c6d 100644 --- a/lib/Regexp/Wildcards.pm +++ b/lib/Regexp/Wildcards.pm @@ -373,11 +373,15 @@ L (core module since perl 5), L (since 5.7.3). This module does not implement the strange behaviours of Windows shell that result from the special handling of the three last characters (for the file extension). For example, Windows XP shell matches C<*a> like C<.*a>, C<*a?> like C<.*a.?>, C<*a??> like C<.*a.{0,2}> and so on. +=head1 SEE ALSO + +L. + =head1 AUTHOR Vincent Pit, C<< >>, L. -You can contact me by mail or on #perl @ FreeNode (vincent or Prof_Vince). +You can contact me by mail or on C (vincent). =head1 BUGS