Drop minimum perl version from 5.14.0 to 5.8.9
[convert-color-husl.git] / t / perlcritic.t
index 51bad9d4b9da35ed51792fd4fe3f2ae67bbc425c..d56e60d28e3698f3de86b06c2626fdcfa6e3218d 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-use v5.14;
+use 5.008009;
+use strict;
 use warnings;
 
 use Test::More;
This page took 0.009986 seconds and 4 git commands to generate.