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

Tie::Scalar is included with perl since 5.002. But, unsurprisingly, you can't specify a package as a prereq if it isn't a file whose name is derivable from the package name. TheDamian should have caught this bug in his Makefile.PL.
  • Comment on Re^2: cannot find the Tie::StdScalar module

Replies are listed 'Best First'.
Re^3: cannot find the Tie::StdScalar module
by mifflin (Curate) on Dec 29, 2006 at 00:34 UTC
    So, is this something that I should be worried about?

      No. It's a bug in his spec, not the module's function.

      ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

        Not a bug in EU::MM, unless you want to make that responsible for searching every installed .pm for a package name.