summaryrefslogtreecommitdiff
path: root/regen/keywords.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-21 23:43:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 00:07:20 -0800
commit84ed01088568ffe9cf49047f10500ca511db0c9e (patch)
tree614defca700a49e07194fa9e5b177120fc2ba50b /regen/keywords.pl
parent8f84cc86e11f13b85c64fd0205261e12bef9e7f9 (diff)
downloadperl-84ed01088568ffe9cf49047f10500ca511db0c9e.tar.gz
[perl #80628] __SUB__
After much alternation, altercation and alteration, __SUB__ is finally here.
Diffstat (limited to 'regen/keywords.pl')
-rwxr-xr-xregen/keywords.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/regen/keywords.pl b/regen/keywords.pl
index c4cd187273..2cfc5d8641 100755
--- a/regen/keywords.pl
+++ b/regen/keywords.pl
@@ -47,6 +47,8 @@ my %feature_kw = (
state => 'state',
evalbytes=>'evalbytes',
+
+ __SUB__ => '__SUB__',
);
my %pos = map { ($_ => 1) } @{$by_strength{'+'}};
@@ -115,6 +117,7 @@ __END__
-__PACKAGE__
+__DATA__
+__END__
+-__SUB__
+AUTOLOAD
+BEGIN
+UNITCHECK