File: dwarn.t

package info (click to toggle)
libdata-dumper-concise-perl 2.023-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: perl: 56; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings;

use Devel::Dwarn;

use Test::More qw(no_plan);

can_ok __PACKAGE__, qw{Dwarn DwarnS DwarnL DwarnN};

can_ok 'Devel::Dwarn', qw{Dwarn DwarnS DwarnL DwarnN};
ok($Dwarn, '$Dwarn gets exported');
ok($DwarnN, '$DwarnN gets exported');