From 31a631d8821ba419fcbcbd58935f681bc2da5484 Mon Sep 17 00:00:00 2001 From: J Pipkin Date: Sun, 6 Jan 2013 12:56:15 -0600 Subject: removed Text::Tabulate dependency, version 1.3 -> 1.4 --- SBO-Lib/Makefile.PL | 2 +- SBO-Lib/lib/SBO/Lib.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'SBO-Lib') 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 ') : ()), 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); -- cgit v1.2.3