Advertisement
Guest User

Untitled

a guest
Sep 10th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $r->post ('/foo')->to( 'foo#bar' );
  2. $r->route('/foo')->to( cb=> sub { shift->render( '405', status => 405 ) } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement