This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Swap byte order in DO_BO_(UN)?PACK based on a variable needs_swap.
[perl5.git] / lib / Tie / Array / 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"