fixed regression with action_role namespaces being lost (created last release) and...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Tue, 31 Aug 2010 02:46:53 +0000 (22:46 -0400)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Tue, 31 Aug 2010 02:46:53 +0000 (22:46 -0400)
commit12b853ff6a6c44408b976ac6efcfe9f0e5a99e38
tree934cb713eb7f3c2728967dfffa8b7564b5e77eae
parentb2f0e86a15d4cabcbaa3c2bc21b83e3d917f85e6
fixed regression with action_role namespaces being lost (created last release) and added some tests to prevent in the future
lib/CatalystX/Declare/Controller/ActionPreparation.pm
lib/CatalystX/Declare/Keyword/Action.pm
t/100_complex.t
t/lib/Catalyst/ActionRole/hasActionParams_CatNS.pm [new file with mode: 0644]
t/lib/TestApp/ActionRole/hasActionParams_AppNS.pm [new file with mode: 0644]
t/lib/TestApp/Controller/ActionParams.pm