diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-24 12:20:36 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-24 12:20:36 +0100 |
commit | e4724e85c92f27a40d2bdc61dc0003a791f75d06 (patch) | |
tree | 3fa5c3200670ad8161655a1e2d1387012b10c1aa | |
parent | 1410a928240b65671e91a506eca00f5717d4a62a (diff) | |
download | manatools-e4724e85c92f27a40d2bdc61dc0003a791f75d06.tar manatools-e4724e85c92f27a40d2bdc61dc0003a791f75d06.tar.gz manatools-e4724e85c92f27a40d2bdc61dc0003a791f75d06.tar.bz2 manatools-e4724e85c92f27a40d2bdc61dc0003a791f75d06.tar.xz manatools-e4724e85c92f27a40d2bdc61dc0003a791f75d06.zip |
Removed mpan::CommandLine deps
-rwxr-xr-x | scripts/mpan | 5 |
1 files changed, 2 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. -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(); |