diff options
author | Abigail <abigail@abigail.be> | 2017-01-13 22:36:47 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2017-01-16 19:18:15 +0100 |
commit | 30b17cc1e1a4683734a35a2fc7416f1ef34f4e5d (patch) | |
tree | 627ee30c522313258a715151a3874475d6407248 /pod/perldeprecation.pod | |
parent | bfdc8cd3d5a81ab176f7d530d2e692897463c97d (diff) | |
download | perl-30b17cc1e1a4683734a35a2fc7416f1ef34f4e5d.tar.gz |
Deprecation of an unqualified dump() to mean CORE::dump().
This will no longer be allowed in 5.30.
Diffstat (limited to 'pod/perldeprecation.pod')
-rw-r--r-- | pod/perldeprecation.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod index adb073734d..bdacbc2cca 100644 --- a/pod/perldeprecation.pod +++ b/pod/perldeprecation.pod @@ -55,6 +55,13 @@ in Perl 5.26. Due to an oversight, not all cases of a use of a literal C<{> got a deprecation warning. These cases started warning in Perl 5.26, and they will be fatal by Perl 5.30. +=head3 Unqualified C<dump()> + +Use of C<dump()> instead of C<CORE::dump()> was deprecated in Perl 5.8, +and an unqualified C<dump()> will no longer be available in Perl 5.30. + +See L<perlfunc/dump>. + =head2 Perl 5.28 |