File: simple.t

package info (click to toggle)
libnet-rendezvous-publish-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: perl: 65; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!perl -w
use strict;
use Test::More tests => 1;

require_ok( "Net::Rendezvous::Publish" );