Restore strict refs on stashes, removed by ce10b5d1ec5b5f68b0811018a415bc37.
[p5sagit/p5-mst-13.2.git] / t / re / qrstack.t
CommitLineData
66b94186 1#!./perl -w
c8c13c22 2
66b94186 3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6 require './test.pl';
c8c13c22 7}
8
66b94186 9plan tests => 1;
c8c13c22 10
11ok(defined [(1)x127,qr//,1]->[127], "qr// should extend the stack properly");