summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/Utils.pm
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-18 17:16:57 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-18 17:16:57 +0000
commitcd2fe6bf1129641d59614d6382c5819acd8252e4 (patch)
treec96d3c9da5c824ef77554a737f17187d04641cf2 /lib/MGA/DrakISO/Utils.pm
parent3f2b59604f7b6e6fcbec282b86f5fea618955b4b (diff)
downloaddrakiso-cd2fe6bf1129641d59614d6382c5819acd8252e4.tar
drakiso-cd2fe6bf1129641d59614d6382c5819acd8252e4.tar.gz
drakiso-cd2fe6bf1129641d59614d6382c5819acd8252e4.tar.bz2
drakiso-cd2fe6bf1129641d59614d6382c5819acd8252e4.tar.xz
drakiso-cd2fe6bf1129641d59614d6382c5819acd8252e4.zip
Add 'use strict' to all submodules and fix up resulting error.
Except in Loopback.pm, where it introduces an unresolved error.
Diffstat (limited to 'lib/MGA/DrakISO/Utils.pm')
-rw-r--r--lib/MGA/DrakISO/Utils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MGA/DrakISO/Utils.pm b/lib/MGA/DrakISO/Utils.pm
index a2abd17..11295c9 100644
--- a/lib/MGA/DrakISO/Utils.pm
+++ b/lib/MGA/DrakISO/Utils.pm
@@ -1,5 +1,7 @@
package MGA::DrakISO::Utils;
+use strict;
+
use MDK::Common;
use common;
use fs;