diff options
Diffstat (limited to 'SBO-Lib')
-rw-r--r-- | SBO-Lib/Makefile.PL | 2 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/Makefile.PL b/SBO-Lib/Makefile.PL index 0fcb1d5..ba871ca 100644 --- a/SBO-Lib/Makefile.PL +++ b/SBO-Lib/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'SBO::Lib', VERSION_FROM => 'lib/SBO/Lib.pm', - PREREQ_PM => {'Sort::Versions' => 1.5,'Text::Tabulate' => 1.1.1}, + PREREQ_PM => {'Sort::Versions' => 1.5}, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT => 'methods, variables, etc for the sbotools pacage', AUTHOR => 'Jacob Pipkin <j@dawnrazor.net>') : ()), diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index b8142be..653eee2 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -15,7 +15,7 @@ use warnings FATAL => 'all'; package SBO::Lib; -our $VERSION = '1.3'; +our $VERSION = '1.4'; require Exporter; our @ISA = qw(Exporter); |