diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-18 17:16:57 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-18 17:16:57 +0000 |
commit | cd2fe6bf1129641d59614d6382c5819acd8252e4 (patch) | |
tree | c96d3c9da5c824ef77554a737f17187d04641cf2 /lib/MGA/DrakISO/Mounts.pm | |
parent | 3f2b59604f7b6e6fcbec282b86f5fea618955b4b (diff) | |
download | drakiso-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/Mounts.pm')
-rw-r--r-- | lib/MGA/DrakISO/Mounts.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MGA/DrakISO/Mounts.pm b/lib/MGA/DrakISO/Mounts.pm index 07cd5b6..c3c408d 100644 --- a/lib/MGA/DrakISO/Mounts.pm +++ b/lib/MGA/DrakISO/Mounts.pm @@ -1,5 +1,7 @@ package MGA::DrakISO::Mounts; +use strict; + use MDK::Common; my $dir_distrib_sqfs = { |