diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-02 16:22:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-02 16:22:50 +0000 |
commit | be4508e02f138371d0ba5f65aed24e0a899a0844 (patch) | |
tree | 8684de57cb6162c5972314290e41586a7724bd92 | |
parent | 95f563bb1d10e3797a8d151f59e6bac36e9f92ea (diff) | |
download | urpmi-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.pm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |