]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/commitdiff
See also Text::Glob
authorVincent Pit <vince@profvince.com>
Mon, 20 Oct 2008 17:42:51 +0000 (19:42 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 20 Oct 2008 17:42:51 +0000 (19:42 +0200)
lib/Regexp/Wildcards.pm

index 059b0001b8e601d7902c53c9d3bcfe2e6c878e40..8e37c6d1e1fb5c507bf4018e43ecee059c408cb0 100644 (file)
@@ -373,6 +373,10 @@ L<Carp> (core module since perl 5), L<Text::Balanced> (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<Text::Glob>.
+
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.