File: 01-module-basics.t

package info (click to toggle)
libtest-number-delta-perl 1.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 305; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use strict;

use Test::More tests => 3;

BEGIN { use_ok('Test::Number::Delta'); }
my @funcs = qw/ delta_ok delta_within delta_not_ok delta_not_within /;

can_ok( 'Test::Number::Delta', @funcs );
can_ok( 'main',                @funcs );