This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note where B::Op_private’s pod is to be edited
authorFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 23:11:52 +0000 (16:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 10 Sep 2014 23:11:52 +0000 (16:11 -0700)
lib/B/Op_private.pm
regen/opcode.pl

index 1659e7d..1faa630 100644 (file)
@@ -8,7 +8,8 @@
 #    License or the Artistic License, as specified in the README file.
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-# This file is built by regen/opcode.pl from data in regen/op_private.
+# This file is built by regen/opcode.pl from data in
+# regen/op_private and pod embedded in regen/opcode.pl.
 # Any changes made here will be lost!
 
 =head1 NAME
index 9baea56..f46c79c 100755 (executable)
@@ -34,7 +34,8 @@ my $on = open_new('opnames.h', '>',
 
 my $oprivpm = open_new('lib/B/Op_private.pm', '>',
                  { by => 'regen/opcode.pl',
-                    from => 'data in regen/op_private',
+                    from => "data in\nregen/op_private "
+                           ."and pod embedded in regen/opcode.pl",
                     style => '#',
                    file => 'lib/B/Op_private.pm',
                     copyright => [2014 .. 2014] });