From bdc020126a6b59f3a7b866ba72f6ca22a52f8e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 5 May 2021 20:02:23 +0200 Subject: First commit --- Makefile.PL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..ec081a9 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +use 5.006; +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => 'List::Gather::Simple', + VERSION_FROM => 'lib/List/Gather/Simple.pm', + PREREQ_PM => {}, + ABSTRACT_FROM => 'lib/List/Gather/Simple.pm', + AUTHOR => 'John Ankarström ', + LICENSE => 'perl', + dist => { + PREOP => 'pod2text lib/List/Gather/Simple.pm > $(DISTVNAME)/README', + }, +); -- cgit v1.2.3