This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sort the list of IGNORABLES in Porting/Maintainers.pl
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 9 Sep 2013 07:36:14 +0000 (08:36 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 9 Sep 2013 08:19:59 +0000 (09:19 +0100)
Porting/Maintainers.pl

index c43fa97..f48c124 100755 (executable)
@@ -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,