Re: perl -c fails with FilterSnoop example in docs

2011-02-22 Thread Randolf Richardson
> I copied this useful debugging filter at > http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter > > It works fine, but I can't `perl -c` : > > hedges@vm5:~/foo$ perl -c Lame.pm > Invalid CODE attribute: FilterConnectionHandler at Lame.pm line 26 > BEGIN failed--compilati

perl -c fails with FilterSnoop example in docs

2011-02-22 Thread Mark Hedges
I copied this useful debugging filter at http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter It works fine, but I can't `perl -c` : hedges@vm5:~/foo$ perl -c Lame.pm Invalid CODE attribute: FilterConnectionHandler at Lame.pm line 26 BEGIN failed--compilation aborted at L

Re: ANNOUNCE: Mason 2

2011-02-22 Thread Jonathan Swartz
On Feb 22, 2011, at 6:55 AM, Phil Carmody wrote: > --- On Tue, 2/22/11, Jonathan Swartz wrote: >> I'm pleased to >> announce Mason 2, the first major version of Mason in ten >> years: >> >>http://search.cpan.org/perldoc?Mason >> >> Mason is a templating framework for generating web pages >

Re: Compilation error for CentOS 5.5, perl-5.10, mp2-current

2011-02-22 Thread Torsten Förtsch
On Monday, February 21, 2011 18:32:56 Alexander Goller wrote: > i have a problem compiling mod_perl on CentOS, using perl 5.10. The problem could have been sorted out on IRC. Alex had used the wrong version of ExtUtils::Embed. We can prevent such problems by checking the version with Module::Cor

Re: ANNOUNCE: Mason 2

2011-02-22 Thread Phil Carmody
--- On Tue, 2/22/11, Jonathan Swartz wrote: > I'm pleased to > announce Mason 2, the first major version of Mason in ten > years: > >    http://search.cpan.org/perldoc?Mason > > Mason is a templating framework for generating web pages > and other dynamic content. Mason 2 has been rearchitected >

Re: Compilation error for CentOS 5.5, perl-5.10, mp2-current

2011-02-22 Thread Alexander Goller
Hi Philip, thanks for looking into it. The version i used here is 2.0.6-dev, the -latest or -current version downloadable from the website. I can pull svn HEAD too and try that. The error is happening in 2.0.4 which i tried first, then i downloaded 2.0.5 because i read of 5.10 improvements and