diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2013-06-27 16:48:36 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-12-22 13:28:20 -0500 |
commit | 8c74b41425572faeb638f1269025b59d0785794f (patch) | |
tree | 968acdd55f7bc4c12ad7784d21ba7a19389f9014 /MANIFEST | |
parent | 919ec23b10e41ed5c6aaf77a8ae3d2f7ef279f1b (diff) | |
download | perl-8c74b41425572faeb638f1269025b59d0785794f.tar.gz |
Remove support for "do SUBROUTINE(LIST)"
It's been deprecated (and emitting a warning) since Perl v5.0.0, and
support for it consitutes nearly 3% of the grammar.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4976,7 +4976,6 @@ t/lib/warnings/op Tests for op.c for warnings.t t/lib/warnings/pad Tests for pad.c for warnings.t t/lib/warnings/perl Tests for perl.c for warnings.t t/lib/warnings/perlio Tests for perlio.c for warnings.t -t/lib/warnings/perly Tests for perly.y for warnings.t t/lib/warnings/pp Tests for pp.c for warnings.t t/lib/warnings/pp_ctl Tests for pp_ctl.c for warnings.t t/lib/warnings/pp_hot Tests for pp_hot.c for warnings.t |