fixed action signature error handling 0.002
authorRobert 'phaylon' Sedlacek <rs@474.at>
Mon, 3 Aug 2009 15:32:01 +0000 (17:32 +0200)
committerRobert 'phaylon' Sedlacek <rs@474.at>
Mon, 3 Aug 2009 15:32:01 +0000 (17:32 +0200)
commit392e50765e5cd73d4275af6ef0faf32b15f4e4d9
tree08ff19efef93356767f615ef904076ba34754280
parentef0e02ad547d5ffe2b4a3e6adc720c7325b01ec7
fixed action signature error handling
Changes
Makefile.PL
lib/CatalystX/Declare/Action/CatchValidationError.pm
lib/CatalystX/Declare/Controller/Meta/TypeConstraintMapping.pm [new file with mode: 0644]
lib/CatalystX/Declare/Keyword/Action.pm
lib/CatalystX/Declare/Keyword/Controller.pm
t/060_exception_handling.t [new file with mode: 0644]
t/lib/TestApp/Controller/Errors.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Foo.pm
t/lib/TestApp/Controller/SubclassingErrors.pm [new file with mode: 0644]
t/lib/TestApp/Types.pm [new file with mode: 0644]