File: 1.t

package info (click to toggle)
libnet-ntp-perl 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 235; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (4)
1
2
3
4
5

use Test::More tests => 1;
BEGIN { use_ok('Net::NTP') };

#########################