summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-11-14 15:04:14 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-11-14 16:45:13 +0000
commited628f52ef423dcec6a76906829fb053c3f21689 (patch)
tree89f20257e4f03fb8c0502b83329714f1359a0fa8
parent5009ed287fcb608dbdac21728822731b69a12e71 (diff)
downloadperl-ed628f52ef423dcec6a76906829fb053c3f21689.tar.gz
Whitespace alignment fix in regen/feature.pl
-rwxr-xr-xregen/feature.pl40
1 files changed, 20 insertions, 20 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index 031f1a8ad6..88ba0cb455 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -23,27 +23,27 @@ use warnings;
# (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',
- bareword_filehandles => 'bareword_filehandles',
- try => 'try',
- defer => 'defer',
+ 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',
+ defer => 'defer',
extra_paired_delimiters => 'more_delims',
- module_true => 'module_true',
+ module_true => 'module_true',
);
# NOTE: If a feature is ever enabled in a non-contiguous range of Perl