Remove old option leftover in docs
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 8 Apr 2008 15:31:46 +0000 (15:31 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 8 Apr 2008 15:31:46 +0000 (15:31 +0000)
p4raw-id: //depot/perl@33661

ext/B/B/Deparse.pm

index 12e029b..64c6dc9 100644 (file)
@@ -4596,9 +4596,7 @@ programs.
 Create an object to store the state of a deparsing operation and any
 options. The options are the same as those that can be given on the
 command line (see L</OPTIONS>); options that are separated by commas
-after B<-MO=Deparse> should be given as separate strings. Some
-options, like B<-u>, don't make sense for a single subroutine, so
-don't pass them.
+after B<-MO=Deparse> should be given as separate strings.
 
 =head2 ambient_pragmas