From 0bbc67fcb177d8ca6a70727438f3d3dcdffa3a8e Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 2 Mar 2009 08:56:54 +0000 Subject: initial import --- Makefile.PL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..acdbf96 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,16 @@ +use strict; +use warnings; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Net::Vitelity', + AUTHOR => 'Ivan Kohler ', + VERSION_FROM => 'lib/Net/Vitelity.pm', + ABSTRACT_FROM => 'lib/Net/Vitelity.pm', + PL_FILES => {}, + PREREQ_PM => { + 'Test::More' => 0, + }, + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES => 'Net-Vitelity-*' }, +); -- cgit v1.2.1