File: 1use.t

package info (click to toggle)
libperlio-via-symlink-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 1,196; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/usr/bin/perl
use Test;
BEGIN { plan tests => 1 };
use PerlIO::via::symlink; ok(1);
exit;