root-odJJhXpcy38dnm+
2014-04-30 13:05:40 UTC
This is an automated email from the git hooks/post-receive script.
pterjan pushed a commit to branch master
in repository software/build-system/iurt.
commit 54002cb66c9e5d691961feebca983b07c0452e89
Author: Pascal Terjan <pterjan-***@public.gmane.org>
Date: Wed Apr 30 13:03:48 2014 +0000
Add missing use statement
---
Commit Link:
http://gitweb.mageia.org/software/build-system/iurt/commit/?id=54002cb66c9e5d691961feebca983b07c0452e89
lib/Iurt/File.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/Iurt/File.pm b/lib/Iurt/File.pm
index ec77fae..6dc45d2 100644
--- a/lib/Iurt/File.pm
+++ b/lib/Iurt/File.pm
@@ -2,6 +2,7 @@ package Iurt::File;
use base qw(Exporter);
use File::Copy 'move';
+use File::Path 'make_path';
use Iurt::Util qw(plog);
use strict;
pterjan pushed a commit to branch master
in repository software/build-system/iurt.
commit 54002cb66c9e5d691961feebca983b07c0452e89
Author: Pascal Terjan <pterjan-***@public.gmane.org>
Date: Wed Apr 30 13:03:48 2014 +0000
Add missing use statement
---
Commit Link:
http://gitweb.mageia.org/software/build-system/iurt/commit/?id=54002cb66c9e5d691961feebca983b07c0452e89
lib/Iurt/File.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/Iurt/File.pm b/lib/Iurt/File.pm
index ec77fae..6dc45d2 100644
--- a/lib/Iurt/File.pm
+++ b/lib/Iurt/File.pm
@@ -2,6 +2,7 @@ package Iurt::File;
use base qw(Exporter);
use File::Copy 'move';
+use File::Path 'make_path';
use Iurt::Util qw(plog);
use strict;
--
Mageia Git Monkeys.
Mageia Git Monkeys.