In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5bb43e770a00640bf60e94cdf307e572cac39a1b?hp=1d5bb6ba43b89f3f2c4b12f033b9c0659f35fbdc>

- Log -----------------------------------------------------------------
commit 5bb43e770a00640bf60e94cdf307e572cac39a1b
Author: Tony Cook <[email protected]>
Date:   Tue Jul 23 10:38:57 2013 +1000

    perldelta for 1d5bb6ba43b89
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5e9315b..81a267a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -27,6 +27,14 @@ here, but most should go in the L</Performance Enhancements> 
section.
 
 [ List each enhancement as a =head2 entry ]
 
+=head2 B<-F> now implies B<-a> and B<-a> implies B<-n>
+
+Previously B<-F> without B<-a> was a no-op, and B<-a> without B<-n> or
+B<-p> was a no-op, with this change, if you supply B<-F> then both
+B<-a> and B<-n> are implied and if you supply B<-a> then B<-n> is implied.
+
+You can still use B<-p> for its extra behaviour. [perl #116190]
+
 =head1 Security
 
 XXX Any security-related notices go here.  In particular, any security

--
Perl5 Master Repository

Reply via email to