From e5c70c6ac7b22aa0497b33d3507746307e93e563 Mon Sep 17 00:00:00 2001 From: GZNGET FOSS Team Date: Tue, 6 Sep 2016 16:18:44 +0200 Subject: Initial Mother Forker Commit --- 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..b5b7f3f --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile ( + AUTHOR => 'Arctica Project Developers', + ABSTRACT => "Arctica Framework for Fork and Control of external exec", + NAME => 'Arctica::Core::Mother::Forker', + (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), + PREREQ_PM => { + 'Test::More' => '0.47', + }, + VERSION_FROM => 'lib/Arctica/Core/Mother/Forker/Version.pm', + clean => { FILES => '' }, +); -- cgit v1.2.3