On Wednesday 26 May 2010 18:12:15 Paul Harrison wrote:
> Sweet! I can't wait :)
> 
> Thanks,
> Paul
> 

I second that !

In case any other Mason newbies are actually looking for the answer to the
questions in my original post, here is the solution I found:

 o instead of $r->header_{in,out},  use (in bash-style bracket expr syntax):
                  $r->{,err}_headers_{in,out}->{add,get,set,unset}
   ( see http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html )

Also many of the problematic examples work fine with the addition of 

    'no strict 'vars';'

I think it would make sense to have use of 'strict "vars";' and 
'strict "subs";' be a configuration option that defaults to off.

I greatly look forward to the arrival of Mason-2.0 !

Let me know if you could use any help in its development / testing.

All the best, & keep up the good work,

Jason

> -----Original Message-----
> From: Jonathan Swartz [mailto:swa...@pobox.com]
> Sent: Wednesday, May 26, 2010 11:45 AM
> To: David E. Wheeler
> Cc: mason-de...@lists.sourceforge.net; mason-users@lists.sourceforge.net
> Subject: Re: [Mason] [Mason-devel] $r->header_out / $r->header_in / $m->log
> - all not defined!
> 
> > On May 26, 2010, at 9:33 AM, Jonathan Swartz wrote:
> >> More generally:
> >> * Mason is very stable so doesn't change much these days.
> >> * Mason 2 is in progress - see
> 
> http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/
> 
> > Oh, has there been work since then? Care to post a status report?
> 
> I've been working on it when I have time, usually on airplanes/
> trains. :) There's nothing to report yet, but hopefully soon - I'd
> like to have something to show at yapc.
> 
> Jon
> 
> 
> ---------------------------------------------------------------------------
> - --
> 
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
> 
> 
> ---------------------------------------------------------------------------
> ---
> 
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users
> 

------------------------------------------------------------------------------

_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to