This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sarathy's clear_pmop patch with Radu Greab's fix,
[perl5.git] / t / lib / tie-stdpush.t
CommitLineData
a60c0954
NIS
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
20822f61
MG
5 @INC = '.';
6 push @INC, '../lib';
a60c0954
NIS
7}
8
9use Tie::Array;
10tie @x,Tie::StdArray;
93430cb4 11require "op/push.t"