In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/eb1dd64e3e0e1ba6b8d995befeab91a3337bf736?hp=cee5ec9732ebca977c261523aced14be1615ddb5>
- Log ----------------------------------------------------------------- commit eb1dd64e3e0e1ba6b8d995befeab91a3337bf736 Author: Rafael Garcia-Suarez <[email protected]> Date: Sun Mar 15 00:46:54 2009 +0100 Disambiguate mention of -E in perl.pod and in perlrun.pod As Gisle remarks, -eE doesn't even work. ----------------------------------------------------------------------- Summary of changes: pod/perl.pod | 2 +- pod/perlrun.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perl.pod b/pod/perl.pod index 50d4378..b4b9245 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -13,7 +13,7 @@ B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-S> ]> S<[ B<-x>[I<dir>] ]> S<[ B<-i>[I<extension>] ]> - S<[ B<-eE> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> + S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> If you're new to Perl, you should start with L<perlintro>, which is a general intro for beginners and provides some background to help you diff --git a/pod/perlrun.pod b/pod/perlrun.pod index d8e718e..308bea2 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -13,7 +13,7 @@ B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-S> ]> S<[ B<-x>[I<dir>] ]> S<[ B<-i>[I<extension>] ]> - S<[ B<-eE> I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> + S<[ [B<-e>|B<-E>] I<'command'> ] [ B<--> ] [ I<programfile> ] [ I<argument> ]...> =head1 DESCRIPTION -- Perl5 Master Repository
