diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-10 23:51:24 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-10 23:51:24 -0700 |
commit | 2febb45ac8fe9a31602934af3d9c14587543a3d9 (patch) | |
tree | 8a65a9ff85838bb1cb93d1916d6802fd1acef14b /regen | |
parent | f3ba690558ce39a2cc7b8e8cf53bd510503c428e (diff) | |
download | perl-2febb45ac8fe9a31602934af3d9c14587543a3d9.tar.gz |
Wrap long pod lines in B::Op_private for real
I forgot to re-run podcheck.t with PERL_POD_PEDANTIC set last time.
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/opcode.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl index f46c79cb46..ee7193574e 100755 --- a/regen/opcode.pl +++ b/regen/opcode.pl @@ -451,9 +451,10 @@ sub print_B_Op_private { @ # field as raw bits and not try to interpret it. @ label => 'FOO', @ -@ # 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'. +@ # If present, specifies the names of some defines and the +@ # display labels that are used to assign meaning to particu- +@ # lar integer values within the bit field; e.g. 3 is dis- +@ # played as 'C'. @ enum => [ qw( @ 1 OPpFOO_A A @ 2 OPpFOO_B B |