perlcritic: use strict, use warnings
This commit is contained in:
committed by
Graham Christensen
parent
d3feb8b9a5
commit
4677a7c894
@ -1,5 +1,6 @@
|
||||
use feature 'unicode_strings';
|
||||
use strict;
|
||||
use warnings;
|
||||
use Setup;
|
||||
use IO::Uncompress::Bunzip2 qw(bunzip2);
|
||||
use Archive::Tar;
|
||||
|
Reference in New Issue
Block a user