File: use.t

package info (click to toggle)
libnet-epp-perl 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 2,540; sh: 3; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 76 bytes parent folder | download
1
2
3
4
5
6
7
#!perl
use Test::More;
use strict;

require_ok(q{Net::EPP});

done_testing;