From 3c24b3a018dac170048d40419e1b00a78adaf5bb Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 28 Aug 2007 06:21:52 +0000 Subject: Make sure the module always evaluates to true. --- perl/Wallet/Object.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl/Wallet/Object.pm') diff --git a/perl/Wallet/Object.pm b/perl/Wallet/Object.pm index 602b426..c37ad07 100644 --- a/perl/Wallet/Object.pm +++ b/perl/Wallet/Object.pm @@ -336,6 +336,9 @@ sub destroy { return 1; } +1; +__END__ + ############################################################################## # Documentation ############################################################################## -- cgit v1.2.3