From: Vincent Pit Date: Mon, 20 Oct 2008 17:42:51 +0000 (+0200) Subject: See also Text::Glob X-Git-Tag: v1.03~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=commitdiff_plain;h=5b681be588982cd36cb86d1dc1709f1fae3c712d See also Text::Glob --- diff --git a/lib/Regexp/Wildcards.pm b/lib/Regexp/Wildcards.pm index 059b000..8e37c6d 100644 --- a/lib/Regexp/Wildcards.pm +++ b/lib/Regexp/Wildcards.pm @@ -373,6 +373,10 @@ 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.