Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
Changes for version 0.5
- ** INCOMPATIBLE CHANGES **
- removed MasonX::Maypole::View::error() - calls to the view's error method will now be handled by Maypole::View::Base::error()
- do *not* set $config->masonx->{comp_root} - your setting will be ignored and over-written
- added a new (optional) factory_root slot to the config object
- removed MasonX::Maypole::set_mason_comp_roots()
- requires HTML::Mason 1.30 - for dynamic comp roots
- requires Maypole 2.10 - for Maypole::Application support
- management of dynamic component roots has changed to use the new Mason capability
- added a dependency on Memoize
- simplified error handling - by removing it. If something wants to die, it just dies. Maypole sorts out catching exceptions, somehow.
- added MasonX::Maypole::View::paths(), which overrides Maypole::View::Base::paths. This method builds the list of component roots for each request. In fact, it wraps the new MasonX::Maypole::_paths() method.
Modules
use Mason as the frontend and view for Maypole version 2
Mason view subclass for MasonX::Maypole + Maypole 2
Provides
in lib/MasonX/Maypole.pm
Other files
- Build.PL
- Changes
- MANIFEST
- META.yml
- Makefile.PL
- README
- doc/templates/factory/addnew
- doc/templates/factory/button
- doc/templates/factory/display_line
- doc/templates/factory/edit
- doc/templates/factory/frontpage
- doc/templates/factory/link
- doc/templates/factory/macros
- doc/templates/factory/maybe_link_view
- doc/templates/factory/navbar
- doc/templates/factory/pager
- doc/templates/factory/search_form
- doc/templates/factory/view
- doc/templates/factory/view_item
- doc/templates/factory/view_related