-
-
13 Apr 2004 20:35:39 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (248 / 0 / 13)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (72.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Apache::Cookie
- Apache::Request
- HTML::Mason
- mod_perl
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.05
- Verified with Mason 1.26.
- Changed the '$r' passed to Mason pages from type 'Apache::Request' to 'Apache::RequestRec' to conform to the parameter passed to mod_perl 2 handlers. This WILL break your Mason pages that currently use '$r'. To get the corresponding 'Apache::Request' in your pages under 0.05, do:
- $rr = Apache::Request->new( $r );
- '$rr' is now an 'Apache::Request', while '$r' is an 'Apache::RequestRec'.
Documentation
experimental (beta) Mason/mod_perl2 interfaceModules
experimental (alpha) Mason/mod_perl2 interfaceProvides
in lib/MasonX/Buffer2.pmin lib/MasonX/Request2.pmin lib/MasonX/Apache2Handler.pmin lib/MasonX/Apache2Handler.pmExamples
Other files
Module Install Instructions
To install MasonX::Buffer2, copy and paste the appropriate command in to your terminal.
cpanm MasonX::Buffer2
perl -MCPAN -e shell install MasonX::Buffer2
For more information on module installation, please visit the detailed CPAN module installation guide.