The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Perl-Critic-Policy-TryTiny-RequireUse.

0.05 2019-03-03T18:54:29Z

 - Declare deps as modules, not distros.
 - Require perl 5.8.1.
 - Simplify VERSION declarations.

0.04 2019-02-18T06:05:11Z

 - Migrate all the tests from Test::More to Test2::V0.
 - Migrate build tooling from Dist::Zilla to Minilla.

0.03 2018-07-20

 - Optimize; we only care *if* we've found a match. @bleargh45

0.02 2016-06-21

 - Add support for Try, Syntax::Feature::Try, and Error modules.
 - Reference Perl::Critic::Policy::Dynamic::NoIndirect in SEE ALSO section.

0.01 2016-06-20

 - First version.