1#!perl -T
2# -*- mode: cperl ; compile-command: "cd .. ; ./Build ; prove -vb t/03-*perlio.t" -*-
3
4use strict;
5use warnings;
6
7our $strategy;
8$strategy = 'PerlIO';
9
10use lib '.';
11require 't/03-files.pl';
12