On 07/03/07, demerphq <demerphq@gmail.com> wrote: > Attached patch will get the show on the road for building, but won't > fix the minitest failures (ill followup with a patch for that). Thanks, applied as #30496. Note that this glob failure is now back : $ bleadperl -wle 'print*-{HASH}{foo}' Can't locate object method "FETCH" via package "re::Tie::Hash::NamedCapture" at -e line 1. That's because the tied hashes %+ and %- are always created, even when the variable requested is @+ or $-. Unfortunately if I try to create the hashes only when requested, regexp tests start to fail :-( Maybe it's better to move some of the tied class code into perl, so loading an external module is no longer necessary. > The change required to lib/ExtUtils/Liblist/Kid.pm fixes a bug in it > that was detected by the require_tie_mod() failures, but was not > actually related to it. The cause was that m-[\w$\-]- matches the same > as /[\w$-]/ and not /[\w$\-]/ as I guess the author expected. Thanks, applied as #30497.Thread Previous | Thread Next