File: 000_use.t

package info (click to toggle)
libois-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: cpp: 392; perl: 386; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

use strict;
use warnings;

use Test::More tests => 1;

BEGIN { use_ok('OIS') }