[Bps-public-commit] r10244 - RT-Client-Console/trunk
maddingue at bestpractical.com
maddingue at bestpractical.com
Thu Jan 3 20:56:41 EST 2008
Author: maddingue
Date: Thu Jan 3 20:56:40 2008
New Revision: 10244
Modified:
RT-Client-Console/trunk/Makefile.PL
Log:
Add LICENSE. Swap PL_FILES and EXE_FILES to make the latter more visible.
Modified: RT-Client-Console/trunk/Makefile.PL
==============================================================================
--- RT-Client-Console/trunk/Makefile.PL (original)
+++ RT-Client-Console/trunk/Makefile.PL Thu Jan 3 20:56:40 2008
@@ -4,11 +4,12 @@
WriteMakefile(
NAME => 'RT::Client::Console',
+ LICENSE => 'perl',
AUTHOR => 'Damien "dams" Krotkine <dams at zarb.org>',
VERSION_FROM => 'lib/RT/Client/Console.pm',
ABSTRACT_FROM => 'lib/RT/Client/Console.pm',
- PL_FILES => {},
- PREREQ_PM => {
+ EXE_FILES => [ 'bin/rtconsole' ],
+ PREREQ_PM => {
# prereqs
'Config::Tiny' => '2.03',
'Curses' => '1.20',
@@ -25,7 +26,7 @@
# build/test prereqs
'Test::More' => 0,
},
- EXE_FILES => [ 'bin/rtconsole' ],
+ PL_FILES => {},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'RT-Client-Console-*' },
);
More information about the Bps-public-commit
mailing list