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
ryanrya...@gmail.com

Attachment: signature.asc
Description: Digital signature

Reply via email to