Show quoted text> Also, what happens if you download the tarball and run the tests manually
> with prove?
>
> > cd HTML-Mason-1.42
> > prove -lr t
That works!
Show quoted text> Some of the errors look like the tests are picking up an old version
of Mason you already have installed, rather than the one shipped in the
Show quoted text> tarball.
Maybe it's b/c I'm on Debian and I have libhtml-mason-perl. Digging
deeper, it was that. I had installed an old version of request-tracker,
which brought Mason 1.35 and that was a Debian system library vs. where
CPANPLUS puts things, in a site library path. Ugh ... anyway, I removed
request-tracker & libhtml-mason-perl from my Debian (I wasn't using them).
I then reinstalled HTML::Mason from CPANPLUS and everything worked, so
I'm changing this status to closed.
Thanks for your time & attention! :)