File: policies.t

package info (click to toggle)
libperl-critic-community-perl 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 428 kB
  • sloc: perl: 1,100; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (8)
1
2
3
4
5
use strict;
use warnings;
use Test::Perl::Critic::Policy 'all_policies_ok';

all_policies_ok;