From be4508e02f138371d0ba5f65aed24e0a899a0844 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 2 Mar 2005 16:22:50 +0000 Subject: Add empty destructor and update copyright --- urpm.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1