This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Wrap long lines in B::Op_private pod
authorFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 23:06:47 +0000 (16:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 23:06:47 +0000 (16:06 -0700)
lib/B/Op_private.pm
regen/opcode.pl

index e038bc2..1659e7d 100644 (file)
@@ -69,13 +69,13 @@ The general format of this hash ref is
         bitcount_def  => 'OPpFOO_BITS',
 
         # If present, Concise etc will display the value with a 'FOO='
-        # prefix. If it equals '-', then Concise will treat the bit field
-        # as raw bits and not try to interpret it.
+        # prefix. If it equals '-', then Concise will treat the bit
+        # field as raw bits and not try to interpret it.
         label         => 'FOO',
 
-        # If present, specifies the names of some defines and the display
-        # labels that are used to assign meaning to particular integer
-        # values within the bit field; e.g. 3 is displayed as 'C'.
+        # If present, specifies the names of some defines and the dis-
+        # play labels that are used to assign meaning to particular inte-
+        # ger values within the bit field; e.g. 3 is displayed as 'C'.
         enum          => [ qw(
                              1   OPpFOO_A  A
                              2   OPpFOO_B  B
index 34f9d4b..9baea56 100755 (executable)
@@ -446,13 +446,13 @@ sub print_B_Op_private {
 @        bitcount_def  => 'OPpFOO_BITS',
 @
 @        # If present, Concise etc will display the value with a 'FOO='
-@        # prefix. If it equals '-', then Concise will treat the bit field
-@        # as raw bits and not try to interpret it.
+@        # prefix. If it equals '-', then Concise will treat the bit
+@        # field as raw bits and not try to interpret it.
 @        label         => 'FOO',
 @
-@        # If present, specifies the names of some defines and the display
-@        # labels that are used to assign meaning to particular integer
-@        # values within the bit field; e.g. 3 is displayed as 'C'.
+@        # If present, specifies the names of some defines and the dis-
+@        # play labels that are used to assign meaning to particular inte-
+@        # ger values within the bit field; e.g. 3 is displayed as 'C'.
 @        enum          => [ qw(
 @                             1   OPpFOO_A  A
 @                             2   OPpFOO_B  B