File: 01_compile.t

package info (click to toggle)
libcpandb-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 628; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use 5.008005;
use strict;
BEGIN {
	$|  = 1;
	$^W = 1;
}

use Test::More tests => 1;

require_ok( 'CPANDB' );