File: 00-load.t

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

use Test::More tests => 2;

BEGIN {
    use_ok('Palm::PDB');
    use_ok('Palm::Raw');
}

diag("Testing Palm::PDB $Palm::PDB::VERSION");