From 894d1dc6f7f68cbf514cad5a67cdfac31fedf4ec Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 11 Jun 2011 19:21:01 +0200 Subject: [PATCH] Add Porting/make_modlib_cpan.pl to MANIFEST. Also -x it, as it doesn't have a suitable #! line, and its peers are all -x. --- MANIFEST | 1 + Porting/make_modlib_cpan.pl | 0 2 files changed, 1 insertion(+) mode change 100755 => 100644 Porting/make_modlib_cpan.pl diff --git a/MANIFEST b/MANIFEST index 5e042bc..d3ceb5d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4497,6 +4497,7 @@ Porting/Maintainers.pl Information about maintainers Porting/Maintainers.pm Library to pretty print info in Maintainers.pl Porting/make_dot_patch.pl Make a .patch file from a git WD Porting/makemeta Create the top-level META.yml +Porting/make_modlib_cpan.pl Generates the list of CPAN sites in perlmodlib Porting/makerel Release making utility Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it Porting/manicheck Check against MANIFEST diff --git a/Porting/make_modlib_cpan.pl b/Porting/make_modlib_cpan.pl old mode 100755 new mode 100644 -- 2.7.4