diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-22 21:31:34 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-24 09:25:17 -0800 |
commit | c6b36e452c0b3d11d99efcc36f6a80394940f0c3 (patch) | |
tree | 9a39a1b2e9778e7201d1dd55a9197fa00d6c080e /regen/feature.pl | |
parent | beda03184afe46d6702e6e184c42e8fcf5691386 (diff) | |
download | perl-c6b36e452c0b3d11d99efcc36f6a80394940f0c3.tar.gz |
feature.pl: Tweak comment
so that people as crazy as I won’t try to add internal
names like ~~_--~!_.
Diffstat (limited to 'regen/feature.pl')
-rwxr-xr-x | regen/feature.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 8ccc2d5ec1..f4e8d1e82c 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -19,7 +19,7 @@ use strict ; ########################################################################### # Hand-editable data -# (feature name) => (internal name, used in %^H) +# (feature name) => (internal name, used in %^H and macro names) my %feature = ( say => 'say', state => 'state', |