Skip to content

Commit

Permalink
New version of Dancer2 fixes the 404 problem.
Browse files Browse the repository at this point in the history
* Remove the, now unnecessary 404.tt
* Ensure we have the correct version of Dancer2
  • Loading branch information
davorg committed Jan 22, 2016
1 parent 1403ab0 commit 5f47317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -8,7 +8,7 @@ my $build = Module::Build->new(
DBD::mysql => 0,
Moose => 0,
YAML => 0,
Dancer2 => 0,
Dancer2 => 0.166001,
Template => 0,
Plack::Test => 0,
Dancer2::Plugin::DBIC => 0,
Expand Down
4 changes: 0 additions & 4 deletions views/404.tt

This file was deleted.

0 comments on commit 5f47317

Please sign in to comment.