sbotools2

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

commit d6b3daa566d65888ca686913ea7b2f905c87768d
parent a0e0d61f2ffa60943a396b4c390a159a518a6ad1
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon,  7 Dec 2015 03:23:10 +0100

Let's end the module properly

... so we don't rely on the last assignment or subroutine call

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

diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -1275,3 +1275,7 @@ sub print_failures { } } } + +'ok'; + +__END__