From cfa27982fbdb1caea74c58b4ef5f939e39afdc8f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 22 Jan 2010 12:13:47 +0000 Subject: - add md5sum module, as it is used later. It is cleaner to delcare what module are used instead of relying on others modules to load it. This also prevent some loop and warnings. --- urpm/media.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/urpm/media.pm b/urpm/media.pm index 3274b742..ecec63e4 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -8,6 +8,7 @@ use urpm::msg; use urpm::util; use urpm::removable; use urpm::lock; +use urpm::md5sum; use MDV::Distribconf; -- cgit v1.2.1