File: perlcritic.t

package info (click to toggle)
libgeo-coder-osm-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 122; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
use Test::More;

eval { require Test::Perl::Critic; 1 } or do {
    plan skip_all => "Test::Perl::Critic is not installed.";
};
Test::Perl::Critic->import( -profile => 'xt/perlcriticrc' );

all_critic_ok(qw( ex lib t xt ));