Aran Clary
Aran Clary
Oh, and this is in a web environment so I can't just use DBIx::Connector for new code and DBI for old code - that would cause double-DBI connections which would...
It would be nice if deprecated distributions didn't show, or are masked/greyed out, in search results by default so that the user can ignore them.
Note that `verbose=>1` with Coro also has issues: ``` : perl -e 'use Coro; use Text::Xslate; print Text::Xslate->new( verbose=>1 )->render_string(q[ HELLO WORLD])' Text::Xslate: Undefined method invalid called for 'bar' (:1)...
Thanks, dude. :)
Looks like this _might_ be resolved by pull request #184.
This bit me about a month ago, didn't have time to figure out the issue. Then it just happened again.
This started happening sometime since v6.98. Here's the diff: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/compare/v6.98...v7.00 (aka installing 6.98 does not remove version, but installing 7.00 does)
Lots of version-module related changes in that diff. But nothing seems terribly off to me, although it is a lot to digest and I could have easily missed something.
About once a week this bites someone at work. I think I'm just going to hack the pinto script to detect to issue and force-pull version afterwards if it sees...
We upgraded Pinto a couple weeks ago (0.11) and are still encountering this issue on a regular basis. :(