From b935c431024f0eb5eac13c8ebf60feefd0367048 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Mon, 15 Feb 2010 17:30:44 +0000 Subject: import version 0.02 --- (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..ce0d492 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,18 @@ +use strict; +use warnings; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'DJabberd::Plugin::EntityTime', + AUTHOR => 'Edward Rudd ', + VERSION_FROM => 'lib/DJabberd/Plugin/EntityTime.pm', + ABSTRACT_FROM => 'lib/DJabberd/Plugin/EntityTime.pm', + PL_FILES => {}, + PREREQ_PM => { + 'Test::More' => 0, + 'DJabberd' => 0.83, + }, + DISTNAME => 'DJabberd-EntityTime', + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + clean => { FILES => 'DJabberd-Plugin-EntityTime-*' }, +); -- cgit v0.9.2