Toby Inkster

Results 52 comments of Toby Inkster

https://gist.github.com/tobyink/2c41aa3a8b9b943996f80c58a2ffce06

I think there's a lot more value to recommendations if people can justify the recommendation. To avoid it becoming yet another reviews site though, perhaps instead of putting a note...

Also, a category which would need to be displayed separately: recommend modules which aren't an alternative to the current module, but are good partners for it. For example on the...

As per http://blogs.perl.org/users/neilb/2013/03/whats-wrong-with-cpan.html#comment-405091 it would be nice if an author's own recommendations could be handled specially. OK, so authors already get to put whatever recommendations they like in the pod,...

My version is working again. I think what's wrong is it's often running out of memory when it rebuilds its database. The VPS it's hosted on is really old. I...

While I do appreciate the existence of cpancover, it would be nice to be able to link to coveralls.io or codecov.io instead. Cpancover seems to run the test suite without...

With `cpanm`, there's `--with-recommends`, `--with-suggests`, and `--with-all-features` options. Not sure about the original CPAN client. (Not many distributions use the "features" thing though.)

By author would be great. It would quickly let me see which of my releases have the worst coverage and need improvement.

You might get a tiny boost from: ``` my ( $map, $type ) = &$check; ``` Using ampersands when calling subs in Perl is generally seen as Perl-4-ish, but if...