From fb10973848389f95b4402b9755f853dd686ef5d0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 20 Oct 2016 15:11:25 +0200 Subject: Add formal stuff for Perl packages. --- Makefile.PL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..7b216cc --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile ( + AUTHOR => 'Arctica Project Developers', + ABSTRACT => "Arctica Telekinesis Server", + NAME => 'Arctica::Telekinesis::Server', + (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), + PREREQ_PM => { + 'Test::More' => '0.47', + }, + VERSION_FROM => 'lib/Arctica/Telekinesis/Server/Version.pm', + clean => { FILES => '' }, +); -- cgit v1.2.3