perlcritic: use strict, use warnings

This commit is contained in:
Your Name
2021-08-19 16:36:43 -04:00
committed by Graham Christensen
parent d3feb8b9a5
commit 4677a7c894
92 changed files with 103 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# IMPORTANT: if you delete this file your app will not work as
# expected. you have been warned
use strict;
use warnings;
use inc::Module::Install;
name 'Hydra';