The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[0.01] Released on 050816.

Initial version.


[0.02] Released on 050913.

Major overhaul based on feedback from Perl community.

Factored coding standards into separate modules (known as Policies).
The idea here is to allow other developers to easily contribute
additional coding standards.

Reworked Perl::Review into a simple engine for loading and running
Policy modules.

Gave perlreview a command-line interface and configuration file
for selecting which Policy modules to use.

[0.03] Released on 050913.

Fixed POD.  Removed test case for missing policy module.