sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 33407165134a76e34c763898ef461ee6fd979f97
parent e4106cb4ac03e7d0cc4cce8418242770ceb41b0e
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Sat,  1 Sep 2012 08:01:58 -0500

derp. wrong use version in t/

Diffstat:
Mt/prep.pl | 2+-
Mt/test.t | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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);