aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-07 03:23:10 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-07 03:23:10 +0100
commitd6b3daa566d65888ca686913ea7b2f905c87768d (patch)
tree811f11c59ab001e7895bbc93fe90c3d062e7bcf2
parenta0e0d61f2ffa60943a396b4c390a159a518a6ad1 (diff)
downloadsbotools2-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.pm4
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__