Skip to content

Commit

Permalink
fixed benchmarking script for incompat change
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Mar 20, 2010
1 parent f6d3e8b commit 442419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/benchmark.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{ controller => 'Date', action => 'by_year' };

# path, params, and nesting
submapper(path_prefix => '/account', controller => 'Account')
submapper('/account', {controller => 'Account'})
->connect('/logout', {action => 'logout'})
->connect('/login', {action => 'login'});
};
Expand Down

0 comments on commit 442419a

Please sign in to comment.