From 630b378604c9e5d70499520ffff6735c6f4a79b3 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sun, 21 Apr 2013 19:56:00 -0400 Subject: [PATCH] perldelta: split change is incompatible --- Porting/perl5180delta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Porting/perl5180delta.pod b/Porting/perl5180delta.pod index d50765b..311da2c 100644 --- a/Porting/perl5180delta.pod +++ b/Porting/perl5180delta.pod @@ -484,6 +484,13 @@ package would be treated as a SUPER method lookup on the Foo package. This is no longer the case. To do a SUPER lookup, pass the Foo stash and the GV_SUPER flag. +=item C's first argument is more consistently interpreted + +After some changes earlier in 5.17, C's behavior has been +simplified: if the PATTERN argument evaluates to a literal string +containing one space, it is treated the way that a I string +containing one space once was. + =head1 Deprecations =head2 Deprecated modules -- 1.8.3.1