sbotools2

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

commit ca8c68a29f06db05e038f6a21895468f5298d884
parent 385b58d50c98d1ab516c341c2b9d05e55da65d2f
Author: Jacob Pipkin <j@dawnrazor.net>
Date:   Wed,  3 Oct 2012 12:14:51 -0500

version 0.8 -> 0.9

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.8; -my $version = "0.8"; +package SBO::Lib 0.9; +my $version = "0.9"; require Exporter; our @ISA = qw(Exporter);