sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 22b55d4409588ba9661e7fb869a67a7e2d5f59df
parent cc976e1f56f1feada2e69a3127fca2c195af1c46
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Thu,  4 Oct 2012 21:20:09 -0500

version 0.9 -> 0.10

Diffstat:
MSBO-Lib/lib/SBO/Lib.pm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -13,8 +13,8 @@ use 5.12.3; use strict; use warnings FATAL => 'all'; -package SBO::Lib 0.9; -my $version = '0.9'; +package SBO::Lib 0.10; +my $version = '0.10'; require Exporter; our @ISA = qw(Exporter);