diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-07 03:23:10 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-07 03:23:10 +0100 |
commit | d6b3daa566d65888ca686913ea7b2f905c87768d (patch) | |
tree | 811f11c59ab001e7895bbc93fe90c3d062e7bcf2 | |
parent | a0e0d61f2ffa60943a396b4c390a159a518a6ad1 (diff) | |
download | sbotools2-d6b3daa566d65888ca686913ea7b2f905c87768d.tar.xz |
Let's end the module properly
... so we don't rely on the last assignment or subroutine call
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index ac551a3..97bc5a4 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -1275,3 +1275,7 @@ sub print_failures { } } } + +'ok'; + +__END__ |