diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-23 08:25:51 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-24 09:25:20 -0800 |
commit | d73d634c059d74e4852247e2e02bd247211c339b (patch) | |
tree | ad779a4b8f026ab3a1a1c0ed462ccd50bf5b7a7f /regen | |
parent | ca4d40c4ce3fbba4b15475e580cd08822781239b (diff) | |
download | perl-d73d634c059d74e4852247e2e02bd247211c339b.tar.gz |
feature.pl: Mention perl.h as a source
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/feature.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 20cfd4fcf1..3badc7048b 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -5,7 +5,8 @@ # lib/feature.pm # feature.h # -# from information hardcoded into this script. +# from information hardcoded into this script and from one #define +# in perl.h. # # This script is normally invoked from regen.pl. |