File: 11-pipely-base.t

package info (click to toggle)
libio-pipely-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 698; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -w
# vim: ts=2 sw=2 filetype=perl expandtab

use strict;

use Test::More;

print "1..0 # SKIP not implemented yet\n";

exit 0;