Catalyst-5.49_03

  • Made context, dispatcher, engine, request and response classes configurable.
  • Added $c->stack.
  • Fixed dispatcher to ignore unknown attributes.
  • Improved format of startup debug log.
  • Updated built in server to restart on win32. (Will Hawes)
  • Fixed streaming write from a filehandle to stop writing if the browser is closed.
  • Added $c->controller, $c->model and $c->view shortcuts.
  • Switched to Text::SimpleTable.

細々としたSyntax Sugarの調整とかもぽこぽこ入ってる感じ。

$c->stackは何に使うのかと思ったら、forwardに使うみたい。
あと、SessionAuth/Authzがごっそり抽象化されて新しく なってるので、そこら辺も要キャッチアップ。