From: Jesse Vincent Date: Thu, 25 Mar 2010 15:13:27 +0000 (-0400) Subject: Removed specific attributions from the very few changes that had them. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79849ba8f9d772225f02d8121de454a8a06f4958;p=p5sagit%2Fp5-mst-13.2.git Removed specific attributions from the very few changes that had them. While I'd love it if all changes were attributed to the porters responsible for them, it's not reasonable to single out only a few contributors for individual changes without acknowledging all contributors. (Read: I love and appreciate all of you. Deleting your name from the perldelta doesn't mean I hate you or your work.) --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 9b1776b..e50bb39 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -69,7 +69,7 @@ number format. See L<"Version number formats"> for details. A new operator, C<...>, nicknamed the Yada Yada operator, has been added. It is intended to mark placeholder code that is not yet implemented. -See L. (chromatic) +See L. =head2 Implicit strictures @@ -783,7 +783,7 @@ Version 2.024 has been added to the Perl core. =item C C allows you to lexically disable or enable overloading -for some or all operations. (Yuval Kogman) +for some or all operations. Version 0.001 has been added to the Perl core. @@ -1789,7 +1789,7 @@ It's now possible to override C and friends in F Several tests that have the potential to hang forever if they fail now incorporate a "watchdog" functionality that will kill them after a timeout, which helps ensure that C and C run to -completion automatically. (Jerry Hedden). +completion automatically. =back @@ -2135,7 +2135,7 @@ can now do to suppress only those, but not other syntax-related warnings. Warnings where prototypes are changed, ignored, or not met are still in the C -category as before. (Matt S. Trout) +category as before. =item * @@ -2274,9 +2274,8 @@ search path. =item * -F no longer incorrectly treats enum values like macros (Daniel Burr). -It also now handles C++ style comments (C) properly in enums. (A patch from -Rainer Weikusat was used; Daniel Burr also proposed a similar fix). +F no longer incorrectly treats enum values like macros. +It also now handles C++ style comments (C) properly in enums. =item *