summaryrefslogtreecommitdiff
path: root/lib/Type/Params
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Type/Params')
-rw-r--r--lib/Type/Params/Parameter.pm3
-rw-r--r--lib/Type/Params/Signature.pm3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/Type/Params/Parameter.pm b/lib/Type/Params/Parameter.pm
index 0b4d3090..58b8881d 100644
--- a/lib/Type/Params/Parameter.pm
+++ b/lib/Type/Params/Parameter.pm
@@ -1,11 +1,10 @@
package Type::Params::Parameter;
-use 5.006001;
+use 5.008001;
use strict;
use warnings;
BEGIN {
- if ( $] < 5.008 ) { require Devel::TypeTiny::Perl56Compat }
if ( $] < 5.010 ) { require Devel::TypeTiny::Perl58Compat }
}
diff --git a/lib/Type/Params/Signature.pm b/lib/Type/Params/Signature.pm
index 7709097c..83a6f925 100644
--- a/lib/Type/Params/Signature.pm
+++ b/lib/Type/Params/Signature.pm
@@ -1,11 +1,10 @@
package Type::Params::Signature;
-use 5.006001;
+use 5.008001;
use strict;
use warnings;
BEGIN {
- if ( $] < 5.008 ) { require Devel::TypeTiny::Perl56Compat }
if ( $] < 5.010 ) { require Devel::TypeTiny::Perl58Compat }
}