sbotools2

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

commit 4d1d6b10a987170ea8980993ed44bd57bd638e44
parent 121e8fc1c8d1c056ccf9a4453edb44f814b089be
Author: J Pipkin <j@dawnrazor.net>
Date:   Sun,  9 Sep 2012 11:42:17 -0500

version 0.7 -> 0.8

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