diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-23 18:47:07 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-23 18:47:07 +0000 |
commit | b7df296229dcca8dd35f2138826e5415e0edede9 (patch) | |
tree | 5b5d793837caed3edb6c40102984e3d24ad324c0 /Makefile.PL | |
parent | fe18ee66aa7d97a070990731316152b74b132e65 (diff) |
Allow access to the config through FixMyStreet
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index b16129166..44e35d4a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,8 @@ requires 'Catalyst::Action::RenderView'; requires 'Moose'; requires 'namespace::autoclean'; requires 'Config::General'; +requires 'Path::Class'; +requires 'Readonly'; test_requires 'Test::More' => '0.88'; test_requires 'Test::WWW::Mechanize::Catalyst'; |