Change 31692 by [EMAIL PROTECTED] on 2007/08/09 07:56:20

        Subject: Re: [PATCH] Re: [perl #44387] The blank in option '-x 
directory' should be deleted from perlrun.pod
        From: "David Nicol" <[EMAIL PROTECTED]>
        Date: Wed, 8 Aug 2007 18:06:16 -0500
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlrun.pod#157 edit

Differences ...

==== //depot/perl/pod/perlrun.pod#157 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#156~31631~     2007-07-19 00:44:19.000000000 -0700
+++ perl/pod/perlrun.pod        2007-08-09 00:56:20.000000000 -0700
@@ -967,7 +967,7 @@
 =item B<-x>
 X<-x>
 
-=item B<-x> I<directory>
+=item B<-x>I<directory>
 
 tells Perl that the program is embedded in a larger chunk of unrelated
 ASCII text, such as in a mail message.  Leading garbage will be
@@ -980,6 +980,9 @@
 can process any or all of the trailing garbage via the DATA filehandle
 if desired).
 
+The directory, if specified, must appear immedately following the B<-x>
+with no intervening whitespace.
+
 =back
 
 =head1 ENVIRONMENT
End of Patch.

Reply via email to