Skip to content

Commit

Permalink
Whitespace fixes so everything lines up
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Mar 25, 2021
1 parent 9b917ab commit 8c53be5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions regen/feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ BEGIN

# (feature name) => (internal name, used in %^H and macro names)
my %feature = (
say => 'say',
state => 'state',
switch => 'switch',
bitwise => 'bitwise',
evalbytes => 'evalbytes',
current_sub => '__SUB__',
refaliasing => 'refaliasing',
postderef_qq => 'postderef_qq',
unicode_eval => 'unieval',
declared_refs => 'myref',
unicode_strings => 'unicode',
fc => 'fc',
signatures => 'signatures',
isa => 'isa',
indirect => 'indirect',
multidimensional => 'multidimensional',
say => 'say',
state => 'state',
switch => 'switch',
bitwise => 'bitwise',
evalbytes => 'evalbytes',
current_sub => '__SUB__',
refaliasing => 'refaliasing',
postderef_qq => 'postderef_qq',
unicode_eval => 'unieval',
declared_refs => 'myref',
unicode_strings => 'unicode',
fc => 'fc',
signatures => 'signatures',
isa => 'isa',
indirect => 'indirect',
multidimensional => 'multidimensional',
bareword_filehandles => 'bareword_filehandles',
try => 'try',
trim => 'trim',
try => 'try',
trim => 'trim',
);

# NOTE: If a feature is ever enabled in a non-contiguous range of Perl
Expand Down

0 comments on commit 8c53be5

Please sign in to comment.