7stud has asked for the wisdom of the Perl Monks concerning the following question:

I'm getting this cpan error message:
Tests succeeded but one dependency not OK (Tie::StdScalar)
  DCONWAY/Regexp-MatchContext-0.0.2.tar.gz
  dependencies -- NA
Running Build install
  make test had returned bad status, won't install without force
Failed during this command:
 DCONWAY/Regexp-MatchContext-0.0.2.tar.gz     : make_test NO one dependency not OK (Tie::StdScalar)
perl 5.10.1

Replies are listed 'Best First'.
Re: What is Tie::StdScalar?
by chromatic (Archbishop) on Apr 12, 2010 at 04:58 UTC

    It's part of Tie::Scalar; there's no explicit Tie/StdScalar.pm in 5.10 at least. (I don't have an earlier tarball to check.)

Re: What is Tie::StdScalar?
by Anonymous Monk on Apr 12, 2010 at 04:58 UTC
Re: What is Tie::StdScalar?
by 7stud (Deacon) on Apr 12, 2010 at 05:09 UTC
    Thanks. I'll make do without Regexp::MatchContext.
      or force install, or create a stub called Tie/StdScalar.pm that loads Tie::Scalar.