Skip to content

Commit

Permalink
fixed template
Browse files Browse the repository at this point in the history
use HTTP::Engine middleware 0.03
  • Loading branch information
dann committed Feb 14, 2009
1 parent 15b08f4 commit bfa82bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion angelos-core/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requires(
'Mouse' => '0.16',
'MouseX::Types' => '0.01',
'HTTP::Engine' => '0.1.2',
'HTTP::Engine::Middleware' => '0.02',
'HTTP::Engine::Middleware' => '0.03',
'HTTP::Router' => 0,
'HTTP::Session' => 0,
'Module::Pluggable::Object' => 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,8 @@ template: |
controller:
- module: A
#plugins:
# engine:
# - module: Session
middlewares:
- module: Angelos::Middleware::DebugRequest
- module: DebugRequest
---
file: conf/routes.pl
template: |+
Expand Down

0 comments on commit bfa82bd

Please sign in to comment.