On Sat, Dec 20, 2003 at 01:08:45PM -0600, Craig A. Berry wrote: > https://rt.cpan.org/NoAuth/Bug.html?id=4676 > > I at first thought it was because there was a problem with passing a > directory spec in the form [.foo.bar] to chmod, but it's really > because MakeMaker is expanding the directory spec before it passes it > to chmod.
That doesn't sound right. ExtUtils::Command::expand_wildcards() checks each argument to see if it has a wildcard in it before running it through glob(). -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ grep { ref and ref !~ /^[A-Z]+$/ } kill 9, @ARGV;
