File: all.t

package info (click to toggle)
libperl-critic-toomuchcode-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 776; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
use strict;
use Test::Perl::Critic::Policy qw< all_policies_ok >;

my %args = @ARGV ? ( -policies => [ @ARGV ] ) : ();
all_policies_ok(%args);