summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-09-09 08:36:14 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-09-09 09:19:59 +0100
commitd4e90f162288e6c9df0452a90e8606b524a8b7e0 (patch)
tree13412d7f0ac51714943aaed23ad3b5676eebe765 /Porting
parent5d92b2b401ea3c660afb2c0b968b63e96f7aed31 (diff)
downloadperl-d4e90f162288e6c9df0452a90e8606b524a8b7e0.tar.gz
Sort the list of IGNORABLES in Porting/Maintainers.pl
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index c43fa97a2b..f48c124bed 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -103,11 +103,11 @@ use File::Glob qw(:case);
@IGNORABLE = qw(
.cvsignore .dualLivedDiffConfig .gitignore
ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL
- CHANGELOG ChangeLog Changelog CHANGES Changes COPYING Copying CREDITS
- dist.ini GOALS HISTORY INSTALL INSTALL.SKIP LICENSE Makefile.PL
- MANIFEST MANIFEST.SKIP META.yml MYMETA.yml META.json MYMETA.json
+ CHANGELOG ChangeLog Changelog CHANGES Changes CONTRIBUTING COPYING Copying
+ CREDITS dist.ini GOALS HISTORY INSTALL INSTALL.SKIP LICENSE Makefile.PL
+ MANIFEST MANIFEST.SKIP META.json META.yml MYMETA.json MYMETA.yml
NEW NOTES perlcritic.rc ppport.h README README.PATCHING SIGNATURE
- THANKS TODO Todo VERSION WHATSNEW CONTRIBUTING
+ THANKS TODO Todo VERSION WHATSNEW
);
# Each entry in the %Modules hash roughly represents a distribution,