diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-01-08 17:34:38 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-01-08 17:34:38 +0100 |
commit | 8f413360764c13c314dc149e0188c2f9a272987f (patch) | |
tree | 13089e3efd9c519f0a2bece5c8161ecb15bc30f4 | |
parent | 612e0c7d84c93d76bc1aa76591c4efa123bdde0f (diff) | |
download | sbotools2-8f413360764c13c314dc149e0188c2f9a272987f.tar.xz |
Update Sort::Versions test file too
-rwxr-xr-x | SBO-Lib/t/versions.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SBO-Lib/t/versions.t b/SBO-Lib/t/versions.t index af4d406..5793bdc 100755 --- a/SBO-Lib/t/versions.t +++ b/SBO-Lib/t/versions.t @@ -1,7 +1,10 @@ #!/usr/bin/perl #$Id: versions.t,v 1.9 2003/08/24 22:33:03 ed Exp $ +use 5.006; use strict; +use warnings; + use Sort::Versions; use Test::More; |