File: use.t

package info (click to toggle)
libnet-snpp-perl 1.17-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 208 kB
  • sloc: perl: 872; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl -w
use strict;
use Test;
BEGIN { plan tests => 1 }

use Net::SNPP; ok(1);
exit;
__END__