perldelta for deparsing require <binop>
authorFather Chrysostomos <sprout@cpan.org>
Mon, 19 Dec 2011 04:50:29 +0000 (20:50 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 19 Dec 2011 04:50:29 +0000 (20:50 -0800)
pod/perldelta.pod

index 229597a..9bc8edf 100644 (file)
@@ -384,6 +384,11 @@ as file test operators.
 C<&{&}> and C<& &>, which are calls to the subroutine named "&", believe it
 or not, were being deparsed as C<&&>.
 
+=item C<require $this + $that>
+
+In Perl 5.14, C<require> followed by any binary operator started deparsing
+as C<no>.
+
 =back
 
 =item *