File: 00use.t

package info (click to toggle)
libtest-hexstring-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: perl: 98; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/perl -w

use Test::More tests => 1;

use_ok( "Test::HexString" );