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/lib/SBO/Lib.pm | |
parent | faf29b0064c6a0f37cde53d6026a15af21e6ce96 (diff) | |
download | sbotools2-31a631d8821ba419fcbcbd58935f681bc2da5484.tar.xz |
removed Text::Tabulate dependency, version 1.3 -> 1.4
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |