File: use.t

package info (click to toggle)
libnet-nbname-perl 0.26-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 374; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use strict;
use Test;

BEGIN { plan tests => 1 }

use Net::NBName;
ok(1);