File: 01_base.t

package info (click to toggle)
libimdb-film-perl 0.53-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 580 kB
  • ctags: 181
  • sloc: perl: 1,348; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#
# Base test for IMDB::Film
#

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

use_ok('IMDB::Film');
use_ok('IMDB::Persons');