Toby Inkster
Toby Inkster
It would be nice if below the "Chance of all tests passing" there were some statistics like: > Non-core dependencies: 7 > Total depedencies: 13
**Where** builtin **Description** builtin should document what `weaken` and `unweaken` do when called on non-references. (Pretty sure the answer is that they're a no-op.)
I moved house two years ago. I updated my profile on GitHub ages ago, but git-awards.com is still showing my old location.
`no warnings "shadow"` is fatal on regular Perl because there's no such category.
I get this error when deparsing some coderefs. If you want to see where I've encountered it, it occurs in `t/20-unit/Type-Library/recursive-type-definitions.t` of the Type-Tiny 1.010000 test suite. It's only being...
I get this failure in the Type-Tiny 1.010000 test suite: ``` Deep recursion on subroutine "Test::TypeTiny::should_fail" at t/20-unit/Types-Common-Numeric/ranges.t line 44. ``` But `should_fail` isn't a recursive function. It does do...
`Supplement.pm.PL` can be deleted and `Supplement.pm.in` renamed to `Supplement.pm`. The only thing `Supplement.pm.PL` does is (at install time) copies the contents of `Supplement.pm.in` into `Supplement.pm`. Once upon a time, it...
https://metacpan.org/release/perl Out of all the releases on CPAN, this one seems like it could do with some special-casing to make the documentation list a little tidier. Just adding a custom...
Would be nice to be able to link to things like Travis, Coveralls, etc in release info. I'd suggest something like this in `META.json`: ``` "resources": { "x_ci" : "https://travis-ci.org/...",...