> 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
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
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
>
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
--- 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
>
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