File: 01-new.t

package info (click to toggle)
libterm-choose-perl 1.774-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: perl: 5,810; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use 5.10.1;
use strict;
use warnings;
use Test::More;
use Term::Choose;

my $package = 'Term::Choose';

my $new;
ok( $new = $package->new(), "$package->new()" );

done_testing;