File: 01-use.t

package info (click to toggle)
libnet-frame-simple-perl 1.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 354; makefile: 2
file content (6 lines) | stat: -r--r--r-- 70 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
use Test;
BEGIN { plan(tests => 1) }

use Net::Frame::Simple;

ok(1);