aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi
diff options
context:
space:
mode:
Diffstat (limited to 'grpmi')
-rw-r--r--grpmi/curl_download/curl_download.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/grpmi/curl_download/curl_download.pm b/grpmi/curl_download/curl_download.pm
index 371fedac..f24506a9 100644
--- a/grpmi/curl_download/curl_download.pm
+++ b/grpmi/curl_download/curl_download.pm
@@ -1,13 +1,12 @@
package curl_download;
use strict;
-use MDK::Common;
use urpm::download;
require DynaLoader;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.1';
+our $VERSION = '1.2';
bootstrap curl_download $VERSION;