Group
Extension

Matches 1

Test2-Tools-PerlCritic ( P/PL/PLICEASE/Test2-Tools-PerlCritic-0.08.tar.gz, PLICEASE, 2024; MetaCPAN )
Test2-Tools-PerlCritic/t/test2_tools_perlcritic_util.t ( view source; MetaCPAN )
_id(Perl::Critic->new( -profile => "$profile" ));

  like $id, qr/^[a-f0-9]{32}\z/;
  note $id;
  isnt $id, $default_id, 'produces a different id from the default';

  # add some content to the config
tingAndDebugging::RequireUseStrict]
severity = 4
EOF

  note "CONFIG:\n", $profile->slurp_utf8;
  isnt(perl_critic_config_id(Perl::Critic->new( -profile => "$profile" )), $id, 'changing the severity D
ict]
severity = 5
equivalent_modules = Test2::V0
EOF

  note "CONFIG:\n", $profile->slurp_utf8;
  isnt(perl_critic_config_id(Perl::Critic->new( -profile => "$profile" )), $id, 'changing a property DOE

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.