File: 00_compile.t

package info (click to toggle)
libgetopt-ex-hashed-perl 1.0601-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 312 kB
  • sloc: perl: 408; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use strict;
use Test::More 0.98;

use_ok $_ for qw(
    Getopt::EX::Hashed
);

done_testing;