Grinnz / Perl-Critic-Community

Perl::Critic::Community - Community-inspired Perl::Critic policies
https://metacpan.org/pod/Perl::Critic::Community
Other
8 stars 10 forks source link

Community::Prototypes can detect explicit :prototype #47

Open atoomic opened 2 years ago

atoomic commented 2 years ago

Fix #44

When using function signatures, prototypes can be set using the ': prototype'. With this change we can now detect explicit usage of prototype.