globcompiler and groups

2004-09-07 Thread Scott Deboy
I'd like to use GlobCompiler and groups, but parens are being prefixed by a slash since they're in the __isPerl5MetaCharacter method. For example: Trying to match foo-bar using a GlobCompiler and (*)-(*) won't match using a Perl5Compiler and (.*)-(.*) will match I can work around it by using

Re: globcompiler and groups

2004-09-07 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Scott Deboy writes: I'd like to use GlobCompiler and groups, but parens are being prefixed by a sl ash since they're in the __isPerl5MetaCharacter method. ... I can work around it by using a Perl5Compiler but I was curious if this was by design, and if so, is there