File: author-critic.t

package info (click to toggle)
libnet-netmask-perl 2.0002-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 320 kB
  • sloc: perl: 2,252; makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}


use strict;
use warnings;

use Test::Perl::Critic (-profile => "t/data/perlcriticrc") x!! -e "t/data/perlcriticrc";
all_critic_ok();