Subject: | Automatically detect authors |
Hi,
At the moment, I get:
t/000_standard__perl_critic.t ... skipped: Author test. Set
$ENV{TEST_AUTHOR} to a true value to run.
and I am an author... Module::Install provides some mechanism to detect
if one is an author. See Module::Install::AutoLicense
(http://search.cpan.org/~bingos/Module-Install-AutoLicense-0.08/lib/Module/Install/AutoLicense.pm)
which uses that mechanism. Maybe you could use that to automatically
decide if the t/000_standard__perl_critic.t test should be run instead
of having to set an environment variable?
Thanks,
Florent