Group
Extension

Matches 1

CPAN-cpanminus-reporter-RetainReports ( J/JK/JKEENAN/CPAN-cpanminus-reporter-RetainReports-0.11.tar.gz, JKEENAN, 2023; MetaCPAN )
CPAN-cpanminus-reporter-RetainReports/lib/CPAN/cpanminus/reporter/RetainReports.pm ( view source; MetaCPAN )
:reporter');
our $VERSION = '0.11';
use Carp;
use File::Path qw( make_path );
use File::Spec;
use JSON;
use URI;
use CPAN::DistnameInfo;
#use Data::Dump qw( dd pp );

=head1 NAME

CPAN::cpanminus::rep
poses and transmits a report to L<CPANtesters.org>, this library's
C<run()> method generates a F<.json> report file for each distribution
analyzed and retains that on disk for subsequent processing or
'json'))
        : File::Spec->catfile($tdir, join('.' =>                $dist, 'log', 'json'));
    open my $OUT, '>', $report or croak "Unable to open $report for writing";
    say $OUT encode_json(

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.