in reply to Re^3: cannot find the Tie::StdScalar module
in thread cannot find the Tie::StdScalar module

It appears it's just a bug in the prerequisites list for Regexp::MatchContext, or if you want to look at it that way, in ExtUtils::MakeMaker's checking for available modules. In practise it shouldn't matter as long as you have a "recent" (less than 10 years old) version of perl.

  • Comment on Re^4: cannot find the Tie::StdScalar module

Replies are listed 'Best First'.
Re^5: cannot find the Tie::StdScalar module
by ysth (Canon) on Dec 29, 2006 at 00:59 UTC
    Not a bug in EU::MM, unless you want to make that responsible for searching every installed .pm for a package name.