hakamadare / webservice-pushover

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

Fix Perl::Critic violations in tests #24

Open paultcochrane opened 7 years ago

paultcochrane commented 7 years ago

The test files were not adhering to the Perl::Critic standards that the rest of the code is kept to (via the critic.t tests). These changes bring the test files up to the same best practices standard and allow the test files to also be checked for Perl::Critic violations.

This PR is submitted in the hope that it is useful. If it can be improved upon in any way, please just let me know and I'll update and resubmit as necessary.