From 42db9a00acddcf46f658bac8cf285e6363cb6858 Mon Sep 17 00:00:00 2001 From: GZNGET FOSS Team Date: Wed, 28 Jun 2017 12:12:33 +0200 Subject: initial commit, development state dating 20170619 --- 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..ad7fdd2 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile ( + AUTHOR => 'Arctica Project Developers', + ABSTRACT => "Arctica Browser: client-side WebView", + NAME => 'Arctica::Browser::WebView', + (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), + PREREQ_PM => { + 'Test::More' => '0.47', + }, + VERSION_FROM => 'lib/Arctica/Browser/WebView/Version.pm', + clean => { FILES => '' }, +); -- cgit v1.2.3