Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] utils/scancpan: warn when a module is a perl core module
@ 2019-12-22 16:21 Francois Perrad
  2019-12-22 16:21 ` [Buildroot] [PATCH 2/5] package/perl-digest-md5: remove it Francois Perrad
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Francois Perrad @ 2019-12-22 16:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 utils/scancpan | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/utils/scancpan b/utils/scancpan
index ac5fd5159..dbd8dab6d 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -611,6 +611,9 @@ sub fetch {
     unless ($dist{$name} && !$top) {
         say qq{fetch ${name}} unless $quiet;
         my $result = $mcpan->release( distribution => $name );
+        my $main_module = $result->{main_module};
+        push @info, qq{[$name] $main_module is a core module}
+            if $top && Module::CoreList::is_core( $main_module, undef, $] );
         $dist{$name} = $result;
         $license_files{$name} = {};
         eval {
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-01-04  8:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 16:21 [Buildroot] [PATCH 1/5] utils/scancpan: warn when a module is a perl core module Francois Perrad
2019-12-22 16:21 ` [Buildroot] [PATCH 2/5] package/perl-digest-md5: remove it Francois Perrad
2019-12-22 16:21 ` [Buildroot] [PATCH 3/5] package/perl-math-bigint: " Francois Perrad
2020-01-03 15:51   ` Thomas De Schampheleire
2019-12-22 16:21 ` [Buildroot] [PATCH 4/5] package/perl-mime-base: " Francois Perrad
2019-12-22 16:21 ` [Buildroot] [PATCH 5/5] package/perl-net-ping: " Francois Perrad
2019-12-22 16:33 ` [Buildroot] [PATCH 1/5] utils/scancpan: warn when a module is a perl core module Yann E. MORIN
2020-01-03 15:56   ` Thomas De Schampheleire
2020-01-04  8:02     ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox