Add author/requires.cpanm for co-developpers. "cpanm < author/requires.cpanm" will...
[gitmo/Mouse.git] / author / requires.cpanm
1 # modules which the authors require:
2 # $ cpanm < author/requires.cpanm
3 # see also App::cpanminus (a.k.a. cpanm)
4
5 # Module::Install stuff
6 Module::Install
7 Module::Install::AuthorTests
8 Module::Install::XSUtil
9
10 # Test stuff
11 Test::More
12 Test::Exception
13 Test::LeakTrace
14 Test::Output
15
16 # required by recipes
17 Regexp::Common
18 Locale::US
19 HTTP::Headers
20 use Params::Coerce
21 URI