From: gfx Date: Sat, 27 Feb 2010 05:49:49 +0000 (+0900) Subject: Add author/requires.cpanm for co-developpers. "cpanm < author/requires.cpanm" will... X-Git-Tag: 0.50_05~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c0dcf2682dae5f7cab02ce4bd3210b85ad72e01;p=gitmo%2FMouse.git Add author/requires.cpanm for co-developpers. "cpanm < author/requires.cpanm" will install all you need. --- diff --git a/author/requires.cpanm b/author/requires.cpanm new file mode 100644 index 0000000..18172ac --- /dev/null +++ b/author/requires.cpanm @@ -0,0 +1,21 @@ +# modules which the authors require: +# $ cpanm < author/requires.cpanm +# see also App::cpanminus (a.k.a. cpanm) + +# Module::Install stuff +Module::Install +Module::Install::AuthorTests +Module::Install::XSUtil + +# Test stuff +Test::More +Test::Exception +Test::LeakTrace +Test::Output + +# required by recipes +Regexp::Common +Locale::US +HTTP::Headers +use Params::Coerce +URI