summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2010-07-19 15:32:06 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2010-07-19 15:40:37 +0000
commit0aefc26d58b5f105eb0a71e1b60ed22067a714dc (patch)
treee05b64da24ccb1afd3dbe3b23a5d9c6bf81db3f4 /pod
parentabaa6e0efcfdb2375672d7107ddd6f1348a3fc8e (diff)
downloadperl-0aefc26d58b5f105eb0a71e1b60ed22067a714dc.tar.gz
perl5133delta: Note the tests for "Uppercase X/B allowed.."
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5133delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod
index ae9a582ceb..87801bf389 100644
--- a/pod/perl5133delta.pod
+++ b/pod/perl5133delta.pod
@@ -53,7 +53,7 @@ See L<charnames> for details on all these changes.
Literals may now use either upper case C<0X...> or C<0B...> prefixes,
in addition to the already supported C<0x...> and C<0b...>
-syntax. (RT#76296) (a674e8d)
+syntax. (RT#76296) (a674e8d, 333f87f)
C, Ruby, Python and PHP already supported this syntax, and it makes
Perl more internally consistent. A round-trip with C<eval sprintf