Changes for version 0.005 - 2022-08-03
- capture forwarded args in case they are needed
- ability to modify build args
- added 'set_http_$STATUS' helpers
- fixed but where the status codes didn't get added properly
- added prepend capture and added test cases for all captures
- fixed issue where headers passed to helpers didn't work correctly
Modules
Catalyst base view for per request, strongly typed templates
Build a per request view
Provides
in lib/Catalyst/View/BasePerRequest/Exception/BuildViewError.pm
in lib/Catalyst/View/BasePerRequest/Exception/ContentBlockError.pm
in lib/Catalyst/View/BasePerRequest/Exception/InvalidStatusCode.pm
in lib/Catalyst/View/BasePerRequest/Exception/RenderError.pm
Examples
- example/Makefile
- example/cpanfile
- example/lib/Example.pm
- example/lib/Example/Controller/Root.pm
- example/lib/Example/Server.pm
- example/lib/Example/TagsBaseView.pm
- example/lib/Example/View/Hello.pm
- example/lib/Example/View/Layout.pm
- example/lib/Example/View/TagsHello.pm
- example/lib/Example/View/TagsLayout.pm