summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-02 16:22:50 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-02 16:22:50 +0000
commitbe4508e02f138371d0ba5f65aed24e0a899a0844 (patch)
tree8684de57cb6162c5972314290e41586a7724bd92
parent95f563bb1d10e3797a8d151f59e6bac36e9f92ea (diff)
downloadurpmi-be4508e02f138371d0ba5f65aed24e0a899a0844.tar
urpmi-be4508e02f138371d0ba5f65aed24e0a899a0844.tar.gz
urpmi-be4508e02f138371d0ba5f65aed24e0a899a0844.tar.bz2
urpmi-be4508e02f138371d0ba5f65aed24e0a899a0844.tar.xz
urpmi-be4508e02f138371d0ba5f65aed24e0a899a0844.zip
Add empty destructor and update copyright
-rw-r--r--urpm.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index a5eb784c..3f98696e 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -3259,6 +3259,8 @@ sub parse_md5sum {
return $retrieved_md5sum;
}
+sub DESTROY { }
+
1;
__END__
@@ -3279,7 +3281,7 @@ files.
=head1 COPYRIGHT
-Copyright (C) 2000-2004 Mandrakesoft
+Copyright (C) 2000-2005 Mandrakesoft
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by