diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-06 12:56:15 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-06 12:56:15 -0600 |
commit | 31a631d8821ba419fcbcbd58935f681bc2da5484 (patch) | |
tree | 2d01b284065053e593086dd2b7b263a7abdd3866 /SBO-Lib | |
parent | faf29b0064c6a0f37cde53d6026a15af21e6ce96 (diff) | |
download | sbotools2-31a631d8821ba419fcbcbd58935f681bc2da5484.tar.xz |
removed Text::Tabulate dependency, version 1.3 -> 1.4
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); |