diff options
-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; |