summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-28 06:21:52 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-28 06:21:52 +0000
commit3c24b3a018dac170048d40419e1b00a78adaf5bb (patch)
tree8814c20186ca3ec5533c326121479f53da0dca66 /perl
parente4045d9e06af3453d27ccf92f0500057e861d73b (diff)
Make sure the module always evaluates to true.
Diffstat (limited to 'perl')
-rw-r--r--perl/Wallet/Object.pm3
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
##############################################################################