File: 00_local_perlcritic.t

package info (click to toggle)
libsnmp-info-perl 3.972002-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,300 kB
  • sloc: perl: 36,403; makefile: 2; sh: 1
file content (11 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl
# 00_local_perlcritic.t - Test file for PBP compliance for SNMP::Info

use strict;
use warnings;
use Test::More;

eval "use Test::Perl::Critic (-severity => 5)";
plan skip_all => "Test::Perl::Critic required for testing PBP compliance" if $@;

Test::Perl::Critic::all_critic_ok();