Merge branch 'master' into psgi
authorFlorian Ragwitz <rafl@debian.org>
Sun, 15 May 2011 11:28:52 +0000 (13:28 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Sun, 15 May 2011 11:28:52 +0000 (13:28 +0200)
commit27dad9301094f25bcedc66c476ec8b9d61521fb7
tree88c0aad62e4a9e83041e45d8148e55e89176527f
parentd82b4dae25a2acf8e6b0f02a111a59d1d11c93f7
parentae7da8f5d10d2d8b4ada389cd260b4bb9d7b07d5
Merge branch 'master' into psgi

* master:
  fix some typos
  Fixed situation where a detach($action) from a forward within auto was not breaking out correctly
  Add a test to make sure that a die in a Controller's end sub is propogated as a 500 error
  Unbreak the pod-coverage tests
  Yes, it is
  Remove special-casing of '*' for get_action_methods
  Pull a bunch of gross hacks to get actions => { '*' => ... } working again
  Add a test for configuring attributes for all actions
  Add a test view for dumping actions
  Make this error message more readable
  Make this error message more readable
  Agreed
lib/Catalyst.pm
lib/Catalyst/Engine.pm
lib/Catalyst/Request/Upload.pm
lib/Catalyst/Upgrading.pod