> Personally, I use TEST_PRIVATE instead to avoid any implied ties like that.

The issue is that you don't want to run author tests for modules you
didn't write.  If you're installing Catalyst to write an E-commerce
framework, you don't need to check the POD coverage on Catalyst.
However, you will want to check the POD coverage on *your* app.  Hence,
you'll set PERL_AUTHORTEST_MYAPP=1 and PERL_AUTHORTEST_CATALYST=0 in
your .profile, and everything will work as expected :)

Regards,
Jonathan Rockway

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;

Reply via email to