summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-03-26 07:00:59 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-12-25 10:34:22 +0100
commit5d6b8d73d1ed92156450fffa03e7ba8499843231 (patch)
tree245d496d1a598fa233dee04e3f4fc20bc9cd61e6
parent080ee49122246d119fb1531efdaa6a89c979671d (diff)
downloaddrakx-5d6b8d73d1ed92156450fffa03e7ba8499843231.tar
drakx-5d6b8d73d1ed92156450fffa03e7ba8499843231.tar.gz
drakx-5d6b8d73d1ed92156450fffa03e7ba8499843231.tar.bz2
drakx-5d6b8d73d1ed92156450fffa03e7ba8499843231.tar.xz
drakx-5d6b8d73d1ed92156450fffa03e7ba8499843231.zip
move use Data::Dumper at top
(noop)
-rw-r--r--perl-install/install/media.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm
index 11a92691b..8e5fc0675 100644
--- a/perl-install/install/media.pm
+++ b/perl-install/install/media.pm
@@ -6,6 +6,7 @@ our @ISA = qw(Exporter);
our @EXPORT_OK = qw(getFile_ getAndSaveFile_ getAndSaveFile_media_info packageMedium);
use common;
+use Data::Dumper;
use fs::type;
use urpm::download;
use urpm::media;
@@ -494,7 +495,6 @@ sub update_media {
sub get_media {
my ($o, $media, $packages) = @_;
- use Data::Dumper;
my ($suppl_CDs, $copy_rpms_on_disk, $phys_m);
foreach (@$media) {