File: 00_compile.t

package info (click to toggle)
libobject-container-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 220 kB
  • sloc: perl: 221; makefile: 5
file content (4 lines) | stat: -r--r--r-- 77 bytes parent folder | download | duplicates (3)
1
2
3
4
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'Object::Container' }