From 66b22dcff7a84fa25a470b3cc87c7e04a2777e97 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Oct 2008 23:39:11 +0000 Subject: use MDK::Common for first and glob_ --- lib/MDV/Draklive/Utils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/MDV/Draklive/Utils.pm b/lib/MDV/Draklive/Utils.pm index e3e2e2b..52fe50a 100644 --- a/lib/MDV/Draklive/Utils.pm +++ b/lib/MDV/Draklive/Utils.pm @@ -1,5 +1,7 @@ package MDV::Draklive::Utils; +use MDK::Common; + use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(directory_usage run_ run_foreach); -- cgit v1.2.1