From dd1ba6003880e7353e6a84924b7e9d572ff00c57 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 27 Mar 2013 19:16:15 -0700 Subject: Fix return status of Wallet::Schema The module wasn't always returning a true value when loaded. Change-Id: I998ab25509cb9079034cae6aca467024ec6b4949 Reviewed-on: https://gerrit.stanford.edu/990 Reviewed-by: Russ Allbery Tested-by: Russ Allbery --- perl/Wallet/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index fc63447..d4ef241 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -55,10 +55,10 @@ sub connect { return $schema; } -__END__ - 1; +__END__ + ############################################################################## # Documentation ############################################################################## -- cgit v1.2.3