From 0aefc26d58b5f105eb0a71e1b60ed22067a714dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 19 Jul 2010 15:32:06 +0000 Subject: perl5133delta: Note the tests for "Uppercase X/B allowed.." --- pod/perl5133delta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perl5133delta.pod') 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 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