Changes for version 0.05 - 2004-04-13
- 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 interface    
  Modules
experimental (alpha) Mason/mod_perl2 interface    
  Provides
      in lib/MasonX/Buffer2.pm
    
  
      in lib/MasonX/Request2.pm
    
  
      in lib/MasonX/Apache2Handler.pm
    
  
      in lib/MasonX/Apache2Handler.pm