From 792eeecfec9b9b30101fa5c791554b6affb5f0d0 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 3 Jan 2011 14:00:22 -0800 Subject: Convert jitterbug to use Module::Build Jitterbug now uses Module::Build, mostly so that "./Build installdeps" can be used to install all Jitterbug dependencies. The README has been updated to document the new installation process. A Makefile.PL is still generated for backcompat. --- Makefile.PL | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 880131b..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,31 +0,0 @@ -use strict; -use warnings; -use ExtUtils::MakeMaker; - -WriteMakefile( - NAME => 'jitterbug', - AUTHOR => q{franck cuny }, - VERSION_FROM => 'lib/jitterbug.pm', - ABSTRACT => 'perl/github smoker', - ( $ExtUtils::MakeMaker::VERSION >= 6.3002 - ? ( 'LICENSE' => 'perl' ) - : () ), - PL_FILES => {}, - PREREQ_PM => { - 'Test::More' => 0, - 'YAML' => 0, - 'Dancer' => 1.1810, - 'XML::Feed' => 0, - 'DateTime' => 0, - 'JSON' => 0, - 'Git::Repository' => 0, - 'YAML' => 0, - 'Dancer::Template::Xslate' => 0, - 'Dancer::Plugin::DBIC' => 0, - 'DBIx::Class' => 0, - 'SQL::Translator' => 0, - 'Digest::MD5' => 0, - }, - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'jitterbug-*' }, -); -- cgit 1.4.1