File: 100-internal-basic.t

package info (click to toggle)
libtest-compile-perl 1.0.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 252 kB
  • sloc: perl: 516; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl

use strict;
use warnings;

use Test::More;

require_ok('Test::Compile::Internal');

my $internal = new_ok('Test::Compile::Internal');

$internal->done_testing();