diff options
author | James E Keenan <jkeenan@cpan.org> | 2020-12-26 19:00:48 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2020-12-26 19:00:48 -0500 |
commit | 345560c9fb124eb9b3b2788d5bb036f15ec8b64a (patch) | |
tree | d214101f14df8608123a727ac1b0ad54e7e6177a /regen | |
parent | 3e793456f290720aae56fa4de27535046ea3f467 (diff) | |
download | perl-345560c9fb124eb9b3b2788d5bb036f15ec8b64a.tar.gz |
List all programs which require regen/embed_lib.pl
Diffstat (limited to 'regen')
-rw-r--r-- | regen/embed_lib.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regen/embed_lib.pl b/regen/embed_lib.pl index d7e1c5a0b6..774b4f25a3 100644 --- a/regen/embed_lib.pl +++ b/regen/embed_lib.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl -w use strict; -# read embed.fnc and regen/opcodes, needed by regen/embed.pl and makedef.pl +# read embed.fnc and regen/opcodes, needed by regen/embed.pl, makedef.pl, +# autodoc.pl and t/porting/diag.t require 5.004; # keep this compatible, an old perl is all we may have before # we build the new one |