In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d8b931c93009b7da83aece2d5c0eae954246d2c8?hp=8255effd11003cd28a10f561c64625284fbb5ed3>
- Log ----------------------------------------------------------------- commit d8b931c93009b7da83aece2d5c0eae954246d2c8 Author: Nicholas Clark <n...@ccl4.org> Date: Mon Feb 9 13:44:32 2009 +0000 In The Grand Trek, Filter::Util::Call's call.t didn't trek far enough. ----------------------------------------------------------------------- Summary of changes: MANIFEST | 2 +- Porting/Maintainers.pl | 2 +- ext/Filter/{ => Util/Call}/t/call.t | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename ext/Filter/{ => Util/Call}/t/call.t (100%) diff --git a/MANIFEST b/MANIFEST index 5c1f562..adc42cb 100644 --- a/MANIFEST +++ b/MANIFEST @@ -670,10 +670,10 @@ 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/t/call.t See if Filter::Util::Call 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/Makefile.PL Filter::Util::Call extension makefile writer +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 656b5d0..252815a 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -470,7 +470,7 @@ package Maintainers; 'Filter::Util::Call' => { 'MAINTAINER' => 'pmqs', - 'FILES' => q[ext/Filter/Util/Call ext/Filter/t/call.t + 'FILES' => q[ext/Filter/Util/Call t/lib/filter-util.pl], 'CPAN' => 1, 'UPSTREAM' => undef, diff --git a/ext/Filter/t/call.t b/ext/Filter/Util/Call/t/call.t similarity index 100% rename from ext/Filter/t/call.t rename to ext/Filter/Util/Call/t/call.t -- Perl5 Master Repository