DEBSOURCES
Skip Quicknav
sources / libb-hooks-op-ppaddr-perl / 0.06-3 / t / use.t
12345678
use strict; use warnings; use Test::More tests => 1; BEGIN { $ENV{PERL_DL_NONLAZY} = 1; use_ok('B::Hooks::OP::PPAddr'); }