diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-22 18:13:40 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-22 18:13:40 +0000 |
commit | 0f515f88ef3ca7c5711c41f8066afb689e3f5b58 (patch) | |
tree | f639b23ca9080418d230f38beb129929134baefc /Makefile.PL | |
parent | b0ea7a45ef55e01a911121f3e2785a01bb619505 (diff) |
Added templated 404 page as default
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index bd6667379..b16129166 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,6 +18,7 @@ requires 'namespace::autoclean'; requires 'Config::General'; test_requires 'Test::More' => '0.88'; +test_requires 'Test::WWW::Mechanize::Catalyst'; catalyst; |