Bug#536989: dh-make-perl: FTBFS: tests failed

Ryan Niebur ryanryan52 at gmail.com
Mon Jul 20 05:16:23 UTC 2009


On Tue, Jul 14, 2009 at 04:50:28PM +0200, gregor herrmann wrote:
> 
> From perl's changelog:
> 
> perl (5.10.0-24) unstable; urgency=low
> [..]
>   * Save local versions of CPANPLUS::Config::System into /etc/perl.
>     (See #533707)
> 
> lib/DhMakePerl.pm's is_core_module() uses libmodule-corelist-perl's
> Module::CoreList which probably doesn't know anything about
> CPANPLUS::Config::System ...
> 
> I'm not sure where to fix this actually ...
> 

nothing on CPAN will depend on CPANPLUS::Config::System unless it's
broken. so I propose this patch. what do others think?

Index: t/corelist.t
===================================================================
--- t/corelist.t        (revision 40255)
+++ t/corelist.t        (working copy)
@@ -29,5 +29,7 @@
     s{/}{::}g;
     s/\.pm$//;

+    next if($_ eq "CPANPLUS::Config::System");
+    
     ok( $maker->is_core_module($_), "$_ is core" );
 }

-- 
_________________________
Ryan Niebur
ryanryan52 at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20090719/fa78e330/attachment.pgp>


More information about the pkg-perl-maintainers mailing list