diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-28 06:21:52 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-28 06:21:52 +0000 |
commit | 3c24b3a018dac170048d40419e1b00a78adaf5bb (patch) | |
tree | 8814c20186ca3ec5533c326121479f53da0dca66 /perl | |
parent | e4045d9e06af3453d27ccf92f0500057e861d73b (diff) |
Make sure the module always evaluates to true.
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Wallet/Object.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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 ############################################################################## |