summaryrefslogtreecommitdiff
path: root/lib/Tie/Array/stdpush.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Tie/Array/stdpush.t')
-rwxr-xr-xlib/Tie/Array/stdpush.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Tie/Array/stdpush.t b/lib/Tie/Array/stdpush.t
new file mode 100755
index 0000000000..31af30c32c
--- /dev/null
+++ b/lib/Tie/Array/stdpush.t
@@ -0,0 +1,11 @@
+#!./perl
+
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '.';
+ push @INC, '../lib';
+}
+
+use Tie::Array;
+tie @x,Tie::StdArray;
+require "op/push.t"