This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
filecopy.t #3 fails on dos-djgpp
[perl5.git] / t / lib / tie-stdpush.t
CommitLineData
a60c0954
NIS
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6}
7
8use Tie::Array;
9tie @x,Tie::StdArray;
10require "../t/op/push.t"