File: use.t

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

BEGIN { use_ok('B::Hooks::OP::Check') }