From e4724e85c92f27a40d2bdc61dc0003a791f75d06 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sun, 24 Jan 2016 12:20:36 +0100 Subject: Removed mpan::CommandLine deps --- scripts/mpan | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/mpan') diff --git a/scripts/mpan b/scripts/mpan index 99faf4a4..3d152426 100755 --- a/scripts/mpan +++ b/scripts/mpan @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with ManaTools. If not, see . -package mpan::CommandLine; +package mpanCommandLine; use Moose; extends 'ManaTools::Shared::GUI::CommandLine'; @@ -58,11 +58,10 @@ use diagnostics; use ManaTools::Privileges; use ManaTools::SettingsReader; use ManaTools::MainDisplay; -use mpan::CommandLine; use yui; -my $cmdline = mpan::CommandLine->new_with_options(); +my $cmdline = mpanCommandLine->new_with_options(); my $settings = getSettings(); -- cgit v1.2.1