in reply to Re: Regexp::Common and "multidimensional hash lookup disabled"
in thread Regexp::Common and "multidimensional hash lookup disabled" (v5.36+)

Thanks, Ken.

What I couldn't understand was how Regexp::Common's tests were succeeding during installation, and when I invoked them standalone. Finally realized it was because the test scripts didn't have use v5.36; at the top!

My use of Regexp::Common should be rare enough that I can live with writing use feature 'multidimensional'; when I need to. It sounds like adding it to the module may be tricky. Too bad it'll take a bit of digging for others to discover, although searching for the error now turns up this thread as google's first hit. :-)

  • Comment on Re^2: Regexp::Common and "multidimensional hash lookup disabled"