source: trunk/LA-Tools/Makefile.PL @ 2116

Last change on this file since 2116 was 1956, checked in by nanardon, 7 years ago

Add rla-sshkey tools

File size: 815 bytes
Line 
1use 5.020001;
2use ExtUtils::MakeMaker;
3# See lib/ExtUtils/MakeMaker.pm for details of how to influence
4# the contents of the Makefile that is written.
5WriteMakefile(
6    NAME              => 'LA::Tools',
7    VERSION           => '0.1', # finds $VERSION, requires EU::MM from perl >= 5.5
8    PREREQ_PM         => {
9        'LWP::UserAgent' => undef,
10        'JSON'           => undef,
11        'Getopt::Long'   => undef,
12        'Pod::Usage'     => undef,
13    }, # e.g., Module::Name => 1.1
14    ABSTRACT          => 'External Tools for LATMOS::Accounts', # retrieve abstract from module
15    AUTHOR            => 'Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>',
16    #LICENSE           => 'perl',
17    #Value must be from legacy list of licenses here
18    #http://search.cpan.org/perldoc?Module%3A%3ABuild%3A%3AAPI
19);
Note: See TracBrowser for help on using the repository browser.