aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-12-30 22:53:28 +0100
committerAngelo Naselli <anaselli@linux.it>2015-12-30 22:53:28 +0100
commitc203abb37e9c2f8f2c34f994471dcb5d2bd24c44 (patch)
tree029295cea5008d46003cb783ade04b63c8f4e48b /Makefile.PL
parent741ae3373fb0999c20d20737b1ca7c6a7fb2ca3d (diff)
downloadmanatools-c203abb37e9c2f8f2c34f994471dcb5d2bd24c44.tar
manatools-c203abb37e9c2f8f2c34f994471dcb5d2bd24c44.tar.gz
manatools-c203abb37e9c2f8f2c34f994471dcb5d2bd24c44.tar.bz2
manatools-c203abb37e9c2f8f2c34f994471dcb5d2bd24c44.tar.xz
manatools-c203abb37e9c2f8f2c34f994471dcb5d2bd24c44.zip
Added Version Role to manage Version for all the "internal" modules
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 3bf0625d..105cce69 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,7 +11,7 @@ WriteMakefile(
NAME => 'ManaTools',
DISTNAME => 'manatools',
AUTHOR => q{Angelo Naselli <anaselli@linux.it> - Matteo Pasotti <matteo.pasotti@gmail.com>},
- VERSION_FROM => 'lib/ManaTools/MainDisplay.pm',
+ VERSION_FROM => 'lib/ManaTools/Version.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 => {},