we don't actually need strict.pm for the module
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index a397246..fd8c459 100644 (file)
@@ -2,7 +2,6 @@ package Function::Parameters;
 
 use v5.14.0;
 
-use strict;
 use warnings;
 
 use Carp qw(confess);