projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ef0c563
)
Remove constant deparsing from perldelta
author
David Mitchell <davem@iabyn.com>
Sun, 16 Aug 2009 12:00:08 +0000 (13:00 +0100)
committer
David Mitchell <davem@iabyn.com>
Sun, 16 Aug 2009 12:00:08 +0000 (13:00 +0100)
pod/perl5101delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5101delta.pod
b/pod/perl5101delta.pod
index
3818d1f
..
a88050b
100644
(file)
--- a/
pod/perl5101delta.pod
+++ b/
pod/perl5101delta.pod
@@
-1201,8
+1201,7
@@
greater than 255 [RT #59908].
C<B::Deparse> failed to correctly deparse various constructs:
C<readpipe STRING> [RT #62428], C<CORE::require(STRING)> [RT #62488],
-C<sub foo(_)> [RT #62484]. Also, constant subroutines were deparsed as
-their values.
+C<sub foo(_)> [RT #62484].
=item *