summaryrefslogtreecommitdiff
path: root/regen/feature.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-22 21:31:34 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-24 09:25:17 -0800
commitc6b36e452c0b3d11d99efcc36f6a80394940f0c3 (patch)
tree9a39a1b2e9778e7201d1dd55a9197fa00d6c080e /regen/feature.pl
parentbeda03184afe46d6702e6e184c42e8fcf5691386 (diff)
downloadperl-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-xregen/feature.pl2
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',