File: 01_use.t

package info (click to toggle)
libposix-2008-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 888 kB
  • sloc: perl: 1,072; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#! /usr/bin/perl

use strict;
use warnings;

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