2008-12-01から1ヶ月間の記事一覧

URI::Template::Restrict をリリースしました

URI-Template-Restrict-0.06 - restricted URI Templates handler - metacpan.org 背景 URI::Template 0.14_01 は draft-03 相当 でも deparse (= extract) できない {-opt}, {-neg} といった op があるので非可逆だということが一因 URI::Template 0.13 は …

メモ

一部実装した. # (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…

freenode に #http-router を作った

ちょっと前から HTTP::Router という dispatcher(と呼んでいいのか微妙)を書いてますが,ここ最近は id:dann の怒濤のコミットで開発が進んでます. http://coderepos.org/share/browser/lang/perl/HTTP-Router http://svn.coderepos.org/share/lang/perl/…