aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 08:01:58 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 08:01:58 -0500
commit33407165134a76e34c763898ef461ee6fd979f97 (patch)
treee82d565b9b79a9c9fc199861daf739dc3cab19d8
parente4106cb4ac03e7d0cc4cce8418242770ceb41b0e (diff)
downloadsbotools2-33407165134a76e34c763898ef461ee6fd979f97.tar.xz
derp. wrong use version in t/
-rwxr-xr-xt/prep.pl2
-rwxr-xr-xt/test.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/prep.pl b/t/prep.pl
index c51a200..72f6a88 100755
--- a/t/prep.pl
+++ b/t/prep.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-use 5.16.0;
+use 5.12.3;
use strict;
use warnings FATAL => 'all';
use File::Copy;
diff --git a/t/test.t b/t/test.t
index 99456b1..4965bc1 100755
--- a/t/test.t
+++ b/t/test.t
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-use 5.16.0;
+use 5.12.3;
use strict;
use warnings FATAL => 'all';
use File::Temp qw(tempdir tempfile);