File: 1-basic.t

package info (click to toggle)
libparse-binary-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 1,890; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use Test;
BEGIN { plan tests => 1 }

use Parse::Binary; ok(1);

1;