Move Filter::Util::Call from ext/ to cpan/
Nicholas Clark [Thu, 1 Oct 2009 15:32:48 +0000 (16:32 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/Filter-Util-Call/Call.pm [moved from ext/Filter-Util-Call/Call.pm with 100% similarity]
cpan/Filter-Util-Call/Call.xs [moved from ext/Filter-Util-Call/Call.xs with 100% similarity]
cpan/Filter-Util-Call/filter-util.pl [moved from ext/Filter-Util-Call/filter-util.pl with 100% similarity]
cpan/Filter-Util-Call/t/call.t [moved from ext/Filter-Util-Call/t/call.t with 100% similarity]

index 11ebc8d..9c77133 100644 (file)
--- 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
index 974f181..388482d 100755 (executable)
@@ -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
                            ],