aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-09-03 22:16:11 +0200
committerAngelo Naselli <anaselli@linux.it>2014-09-03 22:16:11 +0200
commitbbb1d76c94e634bedc3a2243a32448ba5b961b81 (patch)
tree7dcb977919a015e00746a431ee95825ac980cc40
parentaf0cb51827be12c682137a68857211e9be39ba28 (diff)
downloadmanatools-bbb1d76c94e634bedc3a2243a32448ba5b961b81.tar
manatools-bbb1d76c94e634bedc3a2243a32448ba5b961b81.tar.gz
manatools-bbb1d76c94e634bedc3a2243a32448ba5b961b81.tar.bz2
manatools-bbb1d76c94e634bedc3a2243a32448ba5b961b81.tar.xz
manatools-bbb1d76c94e634bedc3a2243a32448ba5b961b81.zip
Changed dist file name to lower case letters
-rw-r--r--Changes5
-rw-r--r--Makefile.PL1
2 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 271f6e2f..c116abf4 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for AdminPanel-Shared
-
- Added check for root use into manaservice
+1.0.1
+ - changed dist file name to lower case letters
+ - Added check for root use into manaservice
1.0.0 02/09/2014 00:13
First version, released on an unsuspecting world.
diff --git a/Makefile.PL b/Makefile.PL
index 5b875f91..90042ba2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,6 +9,7 @@ install_share dist => 'share';
WriteMakefile(
NAME => 'AdminPanel',
+ DISTNAME => 'adminpanel',
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.',