Merge pull request #3 from Madlohe/master
[Nagios-Plugin.git] / Makefile.PL
blob9f84469f3bfcb91194495da5eca3ea660c8e6f77
1 use 5.006;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6     NAME                    => 'Nagios::Monitoring::Plugin',
7     AUTHOR                  => 'Nagios Plugin Development Team <devteam@nagios.com>',
8     VERSION_FROM            => 'lib/Nagios/Monitoring/Plugin/Functions.pm', # finds $VERSION
9     ABSTRACT_FROM           => 'lib/Nagios/Monitoring/Plugin.pm', # retrieve abstract from module
10     LICENSE                 => 'perl',
11     MIN_PERL_VERSION        => '5.006',
12     META_MERGE => {
13         resources => {
14             repository      => 'https://github.com/nagios-plugins/nagios-plugin-perl',
15         },
16     },
17     PREREQ_PM => {
18         Params::Validate    => 0,
19         Class::Accessor     => 0,
20         Test::More          => 0.62,
21         Carp                => 0,
22         Config::Tiny        => 0,
23         File::Spec          => 0,
24         File::Basename      => 0,
25         IO::File            => 0,
26         Math::Calc::Units   => 0,           # used in N::P::Performance
27     }, # e.g., Module::Name => 1.1