File: 000_compile.t

package info (click to toggle)
libperl-metrics-simple-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 1,434; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl

use strict;
use warnings;

use Test::Compile;

my $test = Test::Compile->new();

$test->all_files_ok();
pl_file_ok('bin/countperl');

$test->done_testing();