File: use.t

package info (click to toggle)
libb-hooks-op-ppaddr-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: perl: 209; ansic: 131; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More tests => 1;

BEGIN {
    $ENV{PERL_DL_NONLAZY} = 1;
    use_ok('B::Hooks::OP::PPAddr');
}