summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-10-07 23:18:55 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-10-09 21:57:42 +0000
commitcaf42ed938486ddca78a4a4d042b7cf2c891a152 (patch)
treed46838aa2f313dfc4bee3c956c6be722bf6d87a0 /pod
parentef3c47f87bc563a45e4aa191ef00a96f7ad53af5 (diff)
downloadperl-caf42ed938486ddca78a4a4d042b7cf2c891a152.tar.gz
Remove documentation of previously removed warning
Per https://github.com/Perl/perl5/issues/17867, the warning itself was removed in February 2013.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 0c47db043c..d034b4e68e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -63,10 +63,6 @@ removed in a future Perl version:
use feature "refaliasing";
\$x = \$y;
-=item Allocation too large: %x
-
-(X) You can't allocate more than 64K on an MS-DOS machine.
-
=item '%c' allowed only after types %s in %s
(F) The modifiers '!', '<' and '>' are allowed in pack() or unpack() only