diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
commit | fc9772f1f03684e8dab50ff77d2c46c5e0309c7b (patch) | |
tree | 375b76cf80e5d816eb48a4badf3bb949199ef220 /Makefile.PL | |
parent | 825922057a21a9b09c60edf4b44535d7fd49926d (diff) | |
download | colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.gz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.bz2 colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.xz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.zip |
Moved to namespace to ManaTools
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.PL b/Makefile.PL index 8f7dbc8..2a6f144 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,11 +8,11 @@ install_share dist => 'share'; WriteMakefile( - NAME => 'AdminPanel', - DISTNAME => 'adminpanel', + NAME => 'ManaTools', + DISTNAME => 'manatools', AUTHOR => q{Angelo Naselli <anaselli@linux.it> - Matteo Pasotti <matteo.pasotti@gmail.com>}, - VERSION_FROM => 'lib/AdminPanel/MainDisplay.pm', - ABSTRACT => 'AdminPanel is a generic launcher application that can run perl modules or external programs using Suse YUI abstarction.', + VERSION_FROM => 'lib/ManaTools/MainDisplay.pm', + ABSTRACT => 'ManaTools is a generic launcher application that can run perl modules or external programs using Suse YUI abstarction.', LICENSE => 'GPL_2', PL_FILES => {}, MIN_PERL_VERSION => 5.006, @@ -29,7 +29,7 @@ WriteMakefile( "Config::Auto" => 0, "Config::Hosts" => 0, "Config::Tiny" => 0, - # AdminPanel::Shared::Locales + # ManaTools::Shared::Locales "Locale::gettext" => 0, "Text::Iconv" => 0, "Text::Diff" => 0, @@ -83,7 +83,7 @@ WriteMakefile( modules/rpmdragora/rpmdragora ) ], dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'AdminPanel-*' }, + clean => { FILES => 'ManaTools-*' }, ); package MY; |