http://www.perlmonks.org?node_id=592147


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.