hakamadare / webservice-pushover

WebService-Pushover - Perl support for Pushover API
http://search.cpan.org/dist/WebService-Pushover
7 stars 6 forks source link

Users should not need to test with Perl Critic #8

Closed frioux closed 9 years ago

frioux commented 9 years ago

I have no problem with perl critic, but as a user, needing to install it and test it to verify that your module works is silly. It would make a lot more sense for that to run as an author test and not for end users. I can supply patches if you are interested.

hakamadare commented 9 years ago

sure, patches welcome! ideally i'd like to see Test::Perl::Critic, Test::Pod::Coverage, and Test::Pod run as author-only tests.