File: 00-load.t

package info (click to toggle)
libindirect-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 368 kB
  • ctags: 135
  • sloc: perl: 2,457; ansic: 207; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!perl -T

use strict;
use warnings;
use Test::More tests => 1;

BEGIN {
 use_ok( 'indirect' );
}

diag( "Testing indirect $indirect::VERSION, Perl $], $^X" );