Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mojolicious's use of `length undef` throws warnings under Perl 5.10 and causes Statocles's tests to fail. The official Mojolicious stance as of this commit is: > Note that Perl versions 5.10.x and 5.12.x are known to work very > poorly with Mojolicious, and we strongly suggest you do not use them, to > avoid stability and security issues. If it wasn't for a very vocal > minority within the community we would not support these versions at > all. https://mojolicious.org/perldoc/Mojolicious/Guides/FAQ#Which-versions-of-Perl-are-supported-by-Mojolicious Since Mojolicious is also discouraging 5.12, we might as well bump our supported version to 5.14 (though 5.20 is where the most interesting and useful features start appearing).
- Loading branch information