#!/usr/bin/perl use Test; BEGIN { plan tests => 1 }; use PerlIO::via::symlink; ok(1); exit;