diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-17 23:41:35 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-17 23:41:35 +0000 |
commit | 57c7bc0807db52907ce13229410345ba8f983f8a (patch) | |
tree | 140441f114c2fa095ee54e3de6cea0c985fd1d74 /lib/Tie/File/t/15_pushpop.t | |
parent | 7d3e948e24bb3d2cd32830e4d6a913f9068a0d8c (diff) | |
download | perl-57c7bc0807db52907ce13229410345ba8f983f8a.tar.gz |
Upgrade to Tie::File 0.21.
p4raw-id: //depot/perl@15277
Diffstat (limited to 'lib/Tie/File/t/15_pushpop.t')
-rw-r--r-- | lib/Tie/File/t/15_pushpop.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Tie/File/t/15_pushpop.t b/lib/Tie/File/t/15_pushpop.t index cc09b02d5d..4b6d1bc959 100644 --- a/lib/Tie/File/t/15_pushpop.t +++ b/lib/Tie/File/t/15_pushpop.t @@ -28,7 +28,6 @@ $N++; my ($n, @r); - # (3-11) PUSH tests $n = push @a, "rec0", "rec1", "rec2"; check_contents($data); |