aboutsummaryrefslogtreecommitdiff
path: root/perlcritic.rc
Commit message (Collapse)AuthorAge
* fix perl critic policydakkar2023-02-28
|
* Perl::Critic test passes nowdakkar2017-02-07
|
* don't critique Moo's buildersdakkar2017-02-07
| | | | they're private methods, but they're not unused
* don't criticise "prototypes"dakkar2017-02-07
| | | | | Perl::Critic doesn't distinguish between prototypes and signatures, so let's disable the check
* some updates from usagedakkar2015-12-22
- don't include dzil-specific files in distribution - use OurPkgVersion instead of PkgVersion - use Perl::Critic