For some reason, PDF::API2 generates this warning:
That's not a problem normally, but Mason gives an error when compiling my component because of this:Possible precedence problem on bitwise & operator at /usr/lib/perl5/site_perl/5.8.0/PDF/API2/PDF/Pages.pm line 292
So I'd either like to find a way to fix PDF::API2 or keep Mason from dying when it gets a warning. But if I have to I'll continue using PDF::Create.Error during compilation of /path/to/my/component.mas:
Possible precedence problem on bitwise & operator at /usr/lib/perl5/site_perl/5.8.0/PDF/API2/PDF/Pages.pm line 292.