The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bundle::CPANReporter2 - Bundle for CPAN::Reporter::Transport::Metabase

SYNOPSIS

For all Perl versions:

  $ cpan Bundle::CPANReporter2

Only once:

  $ metabase-profile
  Enter full name: John Doe
  Enter email address: jdoe@example.com
  Enter password/secret: zqxjkh
  Writing profile to 'metabase_id.json'

  $ mkdir ~/.cpanreporter
  $ cp metabase_id.json ~/.cpanreporter/
  $ chmod 400 ~/.cpanreporter/metabase_id.json
  $ vi ~/.cpanreporter/config.ini

  email_from = John Doe <jdoe@example.com>
  transport = Metabase uri https://metabase.cpantesters.org/api/v1/ id_file ~/.cpanreporter/metabase_id.json

CONTENTS

Data::UUID 1.215

Data::GUID 0.045

Crypt::SSLeay 0.58

Encode::Locale 1.02

Digest::HMAC_MD5 1.02

Net::IP 1.25

Net::DNS 0.66

Parse::CPAN::Meta 1.40

Test::Reporter 1.57

Config::Perl::V 0.12

common::sense 3.3

JSON::XS 2.3

JSON 2.22

CPAN::DistnameInfo 0.10

Metabase::Fact 0.017

Metabase::Client::Simple 0.008

CPAN::Reporter 1.1800

CPAN::Testers::Report 1.999001

Test::Reporter::Transport::Metabase 1.999008

DESCRIPTION

I have a hierarchy of @INC so I mostly have to install only into some lower versioned perl. Just XS modules need a manual update then. For this complicated dependency chain I used this bundle, esp. for Data::UUID.

AUTHOR

Reini Urban