From: Nicholas Clark <nick@ccl4.org>
Date: Thu, 1 Oct 2009 15:32:48 +0000 (+0100)
Subject: Move Filter::Util::Call from ext/ to cpan/
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa22c994ae03f482e9ff31f88c086ef0ec873634;p=p5sagit%2Fp5-mst-13.2.git

Move Filter::Util::Call from ext/ to cpan/
---

diff --git a/MANIFEST b/MANIFEST
index 11ebc8d..9c77133 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1048,6 +1048,10 @@ cpan/File-Temp/t/posix.t	See if File::Temp works
 cpan/File-Temp/t/security.t	See if File::Temp works
 cpan/File-Temp/t/seekable.t	See if File::Temp works
 cpan/File-Temp/t/tempfile.t	See if File::Temp works
+cpan/Filter-Util-Call/Call.pm	Filter::Util::Call extension module
+cpan/Filter-Util-Call/Call.xs	Filter::Util::Call extension external subroutines
+cpan/Filter-Util-Call/filter-util.pl		See if Filter::Util::Call works
+cpan/Filter-Util-Call/t/call.t	See if Filter::Util::Call works
 cpan/Getopt-Long/CHANGES		Getopt::Long changes
 cpan/Getopt-Long/lib/Getopt/Long.pm	Fetch command options (GetOptions)
 cpan/Getopt-Long/README			Getopt::Long README
@@ -1813,10 +1817,6 @@ ext/File-Glob/t/case.t		See if File::Glob works
 ext/File-Glob/t/global.t	See if File::Glob works
 ext/File-Glob/TODO		File::Glob extension todo list
 ext/File-Glob/t/taint.t		See if File::Glob works
-ext/Filter-Util-Call/Call.pm	Filter::Util::Call extension module
-ext/Filter-Util-Call/Call.xs	Filter::Util::Call extension external subroutines
-ext/Filter-Util-Call/filter-util.pl		See if Filter::Util::Call works
-ext/Filter-Util-Call/t/call.t	See if Filter::Util::Call works
 ext/GDBM_File/GDBM_File.pm	GDBM extension Perl module
 ext/GDBM_File/GDBM_File.xs	GDBM extension external subroutines
 ext/GDBM_File/hints/sco.pl	Hint for GDBM_File for named architecture
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 974f181..388482d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -695,7 +695,7 @@ use File::Glob qw(:case);
 	{
 	'MAINTAINER'	=> 'pmqs',
 	'DISTRIBUTION'	=> 'PMQS/Filter-1.37.tar.gz',
-	'FILES'		=> q[ext/Filter-Util-Call
+	'FILES'		=> q[cpan/Filter-Util-Call
 			     t/lib/filter-util.pl
 			     pod/perlfilter.pod
 			    ],
diff --git a/ext/Filter-Util-Call/Call.pm b/cpan/Filter-Util-Call/Call.pm
similarity index 100%
rename from ext/Filter-Util-Call/Call.pm
rename to cpan/Filter-Util-Call/Call.pm
diff --git a/ext/Filter-Util-Call/Call.xs b/cpan/Filter-Util-Call/Call.xs
similarity index 100%
rename from ext/Filter-Util-Call/Call.xs
rename to cpan/Filter-Util-Call/Call.xs
diff --git a/ext/Filter-Util-Call/filter-util.pl b/cpan/Filter-Util-Call/filter-util.pl
similarity index 100%
rename from ext/Filter-Util-Call/filter-util.pl
rename to cpan/Filter-Util-Call/filter-util.pl
diff --git a/ext/Filter-Util-Call/t/call.t b/cpan/Filter-Util-Call/t/call.t
similarity index 100%
rename from ext/Filter-Util-Call/t/call.t
rename to cpan/Filter-Util-Call/t/call.t