File: 00-info-perl.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-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
# vim: ts=2 sw=2 filetype=perl expandtab
use warnings;
use strict;

use Test::More tests => 1;

# idea from Test::Harness, thanks!
diag("Perl $], $^X on $^O");
pass("need a test to pass");