File: 00-use.t

package info (click to toggle)
libdanga-socket-perl 1.62-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 152 kB
  • sloc: perl: 1,219; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;

my $mod = "Danga::Socket";

use_ok($mod);