2008-12-12から1日間の記事一覧

メモ

一部実装した. # (o) match $router->define(sub { $_->match( $path, $conditions? )->to( $defaults? ); }); # (o) nested match $router->define(sub { $_->match( $parent_path, $conditions?, sub { $_->match( $child_path, $conditions? )->to( $def…