File: perlcritic.t

package info (click to toggle)
libio-interactive-tiny-perl 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: perl: 53; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
#!perl -T

use Test::More;
eval 'use Test::Perl::Critic';
plan skip_all => 'Test::Perl::Critic required for testing PBP compliance' if $@;
plan skip_all => q($ENV{'do_perl_critic_tests'} must be true to run these 'development only' tests) if !$ENV{'do_perl_critic_tests'};
Test::Perl::Critic::all_critic_ok();