From 6d55f7fdf8ab3333d4982d68794af2a745acdcc9 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 10 Aug 2001 20:13:02 +0000 Subject: remove Data::Dumper --- perl-install/network/ethernet.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index adf3388bd..23504d83c 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -60,7 +60,6 @@ ifdown $netc->{NET_DEVICE} sub configure_lan { my ($netcnx, $netc, $intf, $first_time) = @_; $::isInstall and $in->set_help('configureNetworkIP'); - require Data::Dumper; configureNetwork($netc, $intf, $first_time) or return; configureNetwork2($in, $prefix, $netc, $intf); if ($::isStandalone and ($::expert or $in->ask_yesorno(_("Network configuration"), -- cgit v1.2.1