по-моему она уже дополнилась
use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
if $@;
all_pod_coverage_ok();
и
#!perl
if (!require Test::Perl::Critic) {
Test::More::plan(
skip_all => "Test::Perl::Critic required for testing PBP compliance"
);
}
Test::Perl::Critic::all_critic_ok();
31.07.2012, 23:20, "Sergey Aleynikov" <[email protected]>:
> Добрый день,
>
> Пару use strict+use warnings пора дополнить до святой троицы - no indirect.
>
> Best regards,
> Sergey Aleynikov
>
> --
> Moscow.pm mailing list
> [email protected] | http://moscow.pm.org
--
Nikolay Mishin
--
Moscow.pm mailing list
[email protected] | http://moscow.pm.org