App-cpanminus-reporter

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "File::Spec" : "3.19",
            "Getopt::Long" : "0",
            "IO::Prompt::Tiny" : "0",
            "LWP::Protocol::https" : "0",
            "Metabase::Resource" : "0",
            "Parse::CPAN::Meta" : "0",
            "Pod::Usage" : "0",
            "Test::More" : "0",
            "Test::Reporter" : "1.54",
            "Test::Reporter::Transport::Metabase" : "0",
            "Try::Tiny" : "0",
            "URI" : "0",
            "perl" : "5.008001"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/garu/App-cpanminus-reporter/issues/"
      },

META.yml  view on Meta::CPAN

  File::Spec: '3.19'
  Getopt::Long: '0'
  IO::Prompt::Tiny: '0'
  LWP::Protocol::https: '0'
  Metabase::Resource: '0'
  Parse::CPAN::Meta: '0'
  Pod::Usage: '0'
  Test::More: '0'
  Test::Reporter: '1.54'
  Test::Reporter::Transport::Metabase: '0'
  Try::Tiny: '0'
  URI: '0'
  perl: '5.008001'
resources:
  bugtracker: https://github.com/garu/App-cpanminus-reporter/issues/
  repository: https://github.com/garu/App-cpanminus-reporter
version: '0.22'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

        'Carp'                          => 0,
        'Config::Tiny'                  => 2.08,
        'File::Spec'                    => 3.19,
        'Getopt::Long'                  => 0,
        'IO::Prompt::Tiny'              => 0,
        'Metabase::Resource'            => 0,
        'Parse::CPAN::Meta'             => 0,
        'Pod::Usage'                    => 0,
        'Test::More'                    => 0,
        'Test::Reporter'                => '1.54',
        'Try::Tiny'                     => 0,
        'URI'                           => 0,

        # this should probably be under 'recommends',
        # but cpanm doesn't appear to handle recommendations
        'LWP::Protocol::https'                => 0,
        'Test::Reporter::Transport::Metabase' => 0,
    },
    META_MERGE => {
        resources => {
            repository => 'https://github.com/garu/App-cpanminus-reporter',

lib/App/cpanminus/reporter.pm  view on Meta::CPAN


our $VERSION = '0.22';

use Carp ();
use File::Spec     3.19;
use Test::Reporter 1.54;
use CPAN::Testers::Common::Client 0.13;
use CPAN::Testers::Common::Client::Config;
use Parse::CPAN::Meta;
use CPAN::Meta::Converter;
use Try::Tiny;
use URI;
use Metabase::Resource;
use Capture::Tiny qw(capture);
use IO::Prompt::Tiny ();

sub new {
  my ($class, %params) = @_;
  my $self = bless {}, $class;

  $self->config(

t/data/build.fresh.log  view on Meta::CPAN

Running Makefile.PL
Warning: prerequisite CPAN::Testers::Common::Client 0.1 not found.
Warning: prerequisite Capture::Tiny 0 not found.
Warning: prerequisite Config::Tiny 2.08 not found.
Warning: prerequisite File::HomeDir 0.58 not found.
Warning: prerequisite IO::Prompt::Tiny 0 not found.
Warning: prerequisite LWP::Protocol::https 0 not found.
Warning: prerequisite Metabase::Resource 0 not found.
Warning: prerequisite Test::Reporter 1.54 not found.
Warning: prerequisite Test::Reporter::Transport::Metabase 0 not found.
Warning: prerequisite Try::Tiny 0 not found.
Warning: prerequisite URI 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for App::cpanminus::reporter
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have URI 0 ... No
Checking if you have Pod::Usage 0 ... Yes (1.64)

t/data/build.fresh.log  view on Meta::CPAN

Checking if you have Config::Tiny 2.08 ... No
Checking if you have CPAN::Testers::Common::Client 0.1 ... No
Checking if you have File::Spec 3.19 ... Yes (3.56)
Checking if you have Capture::Tiny 0 ... No
Checking if you have File::HomeDir 0.58 ... No
Checking if you have Getopt::Long 0 ... Yes (2.45)
Checking if you have Parse::CPAN::Meta 0 ... Yes (1.4414)
Checking if you have Metabase::Resource 0 ... No
Checking if you have CPAN::Meta::Converter 0 ... Yes (2.150001)
Checking if you have Test::Reporter 1.54 ... No
Checking if you have Try::Tiny 0 ... No
Checking if you have Test::Reporter::Transport::Metabase 0 ... No
Checking if you have IO::Prompt::Tiny 0 ... No
Checking if you have Test::More 0 ... Yes (1.001014)
Checking if you have LWP::Protocol::https 0 ... No
Checking if you have Carp 0 ... Yes (1.36)
==> Found dependencies: URI, Config::Tiny, CPAN::Testers::Common::Client, Capture::Tiny, File::HomeDir, Metabase::Resource, Test::Reporter, Try::Tiny, Test::Reporter::Transport::Metabase, IO::Prompt::Tiny, LWP::Protocol::https
Searching URI on mirror http://mirrors.gossamer-threads.com/CPAN ...
--> Working on URI
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/E/ET/ETHER/URI-1.67.tar.gz
-> OK
Unpacking URI-1.67.tar.gz
Entering URI-1.67
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Configuring URI-1.67
Running Makefile.PL

t/data/build.fresh.log  view on Meta::CPAN

Searching Test::Fatal on mirror http://mirrors.gossamer-threads.com/CPAN ...
--> Working on Test::Fatal
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz
-> OK
Unpacking Test-Fatal-0.014.tar.gz
Entering Test-Fatal-0.014
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Configuring Test-Fatal-0.014
Running Makefile.PL
Warning: prerequisite Try::Tiny 0.07 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Test::Fatal
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Try::Tiny 0.07 ... No
Checking if you have warnings 0 ... Yes (1.32)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Checking if you have File::Spec 0 ... Yes (3.56)
Checking if you have Exporter 5.57 ... Yes (5.72)
Checking if you have Test::Builder 0 ... Yes (1.001014)
Checking if you have Test::Builder::Tester 0 ... Yes (1.28)
Checking if you have overload 0 ... Yes (1.25)
Checking if you have strict 0 ... Yes (1.09)
Checking if you have Test::More 0.96 ... Yes (1.001014)
Checking if you have Carp 0 ... Yes (1.36)
==> Found dependencies: Try::Tiny
Searching Try::Tiny on mirror http://mirrors.gossamer-threads.com/CPAN ...
--> Working on Try::Tiny
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/D/DO/DOY/Try-Tiny-0.22.tar.gz
-> OK
Unpacking Try-Tiny-0.22.tar.gz
Entering Try-Tiny-0.22
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.04)
Configuring Try-Tiny-0.22
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Try::Tiny
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have strict 0 ... Yes (1.09)
Checking if you have Test::More 0 ... Yes (1.001014)
Checking if you have Carp 0 ... Yes (1.36)
Checking if you have if 0 ... Yes (0.0604)
Checking if you have IO::Handle 0 ... Yes (1.35)
Checking if you have constant 0 ... Yes (1.33)
Checking if you have warnings 0 ... Yes (1.32)

t/data/build.fresh.log  view on Meta::CPAN

t/given_when.t ................. ok
t/global_destruction_forked.t .. ok
t/named.t ...................... skipped: Sub::Name required
t/when.t ....................... ok
t/global_destruction_load.t .... ok
All tests successful.
Files=10, Tests=99,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.26 cusr  0.05 csys =  0.36 CPU)
Result: PASS
Manifying 1 pod document
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/Try/Tiny.pm
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/man/man3/Try::Tiny.0
Appending installation info to /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/darwin-2level/perllocal.pod
-> OK
Successfully installed Try-Tiny-0.22
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/darwin-2level/.meta/Try-Tiny-0.22/MYMETA.json
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/darwin-2level/.meta/Try-Tiny-0.22/install.json
Building and testing Test-Fatal-0.014
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/21.11/bin/perl5.21.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t .............. ok
t/like-exception.t ..... ok

t/data/build.fresh.log  view on Meta::CPAN

#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150001
# 
# === Runtime Requires ===
# 
#     Module        Want     Have
#     ------------- ---- --------
#     Carp           any     1.36
#     Exporter      5.57     5.72
#     Test::Builder  any 1.001014
#     Try::Tiny     0.07     0.22
#     strict         any     1.09
#     warnings       any     1.32
# 
t/00-report-prereqs.t .. ok
All tests successful.
Files=4, Tests=16,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.16 cusr  0.02 csys =  0.21 CPU)
Result: PASS
Manifying 1 pod document
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/Test/Fatal.pm
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/man/man3/Test::Fatal.0

t/data/build.fresh.log  view on Meta::CPAN

Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/Test/Reporter/Transport/Null.pm
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/man/man3/Test::Reporter.0
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/man/man3/Test::Reporter::Transport.0
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/man/man3/Test::Reporter::Transport::File.0
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/man/man3/Test::Reporter::Transport::Null.0
Appending installation info to /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/darwin-2level/perllocal.pod
-> OK
Successfully installed Test-Reporter-1.62
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/darwin-2level/.meta/Test-Reporter-1.62/MYMETA.json
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/21.11@std/lib/perl5/darwin-2level/.meta/Test-Reporter-1.62/install.json
Already tried Try::Tiny. Skipping.
Searching Test::Reporter::Transport::Metabase on mirror http://mirrors.gossamer-threads.com/CPAN ...
--> Working on Test::Reporter::Transport::Metabase
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/D/DA/DAGOLDEN/Test-Reporter-Transport-Metabase-1.999009.tar.gz
-> OK
Unpacking Test-Reporter-Transport-Metabase-1.999009.tar.gz
Entering Test-Reporter-Transport-Metabase-1.999009
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.17 ... Yes (7.04)
Configuring Test-Reporter-Transport-Metabase-1.999009
Running Makefile.PL

t/data/build.local.log  view on Meta::CPAN

Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have JSON::PP 0 ... Yes (2.27300)
Checking if you have Carp 0 ... Yes (1.36)
Checking if you have IO::Uncompress::Gunzip 2.008 ... Yes (2.066)
Checking if you have Class::Accessor::Fast 0 ... Yes (0.34)
Checking if you have File::Spec 0 ... Yes (3.48)
Checking if you have Test::Deep 0 ... Yes (0.113)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have Try::Tiny 0 ... Yes (0.22)
Checking if you have CPAN::DistnameInfo 0 ... Yes (0.12)
Checking if you have HTTP::Tiny 0 ... Yes (0.050)
Checking if you have Module::Find 0 ... Yes (0.12)
Checking if you have Test::UseAllModules 0.15 ... Yes (0.17)
Checking if you have IO::File 0 ... Yes (1.16)
Checking if you have version 0.74 ... Yes (0.9909)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Checking if you have Test::More 0.88 ... Yes (1.001014)
Building and testing Acme-CPANAuthors-0.26
cp lib/Acme/CPANAuthors/Utils/CPANIndex.pm blib/lib/Acme/CPANAuthors/Utils/CPANIndex.pm

t/data/build.moose.log  view on Meta::CPAN

Checking if you have Package::DeprecationManager 0.11 ... Yes (0.14)
Checking if you have CPAN::Meta::Check 0.011 ... Yes (0.011)
Checking if you have warnings 1.03 ... Yes (1.32)
Checking if you have Module::Runtime::Conflicts 0.002 ... Yes (0.002)
Checking if you have Test::More 0.94 ... Yes (1.001014)
Checking if you have Sub::Name 0.05 ... Yes (0.14)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10)
Checking if you have Params::Util 1.00 ... Yes (1.07)
Checking if you have Test::Warnings 0.016 ... Yes (0.021)
Checking if you have Test::CleanNamespaces 0.13 ... Yes (0.18)
Checking if you have Try::Tiny 0.17 ... Yes (0.22)
Checking if you have Devel::StackTrace 1.33 ... Yes (2.00)
Checking if you have Package::Stash 0.32 ... Yes (0.37)
Checking if you have List::Util 1.45 ... No (1.42 < 1.45)
Checking if you have Scalar::Util 1.19 ... Yes (1.42)
Checking if you have Package::Stash::XS 0.24 ... Yes (0.28)
Checking if you have MRO::Compat 0.05 ... Yes (0.12)
==> Found dependencies: List::Util
Searching List::Util (1.45) on metacpan ...
--> Working on List::Util
Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.45.tar.gz

t/data/build.moose.log  view on Meta::CPAN

#     Module::Runtime             0.014 0.014
#     Module::Runtime::Conflicts  0.002 0.002
#     Package::DeprecationManager  0.11  0.14
#     Package::Stash               0.32  0.37
#     Package::Stash::XS           0.24  0.28
#     Params::Util                 1.00  1.07
#     Scalar::Util                 1.19  1.45
#     Sub::Exporter               0.980 0.987
#     Sub::Identify                 any  0.12
#     Sub::Name                    0.05  0.14
#     Try::Tiny                    0.17  0.22
#     parent                      0.223 0.234
#     strict                       1.03  1.09
#     warnings                     1.03  1.32
# 
# === Runtime Suggests ===
# 
#     Module             Want Have
#     ------------------ ---- ----
#     Devel::PartialDump 0.14 0.17
# 

t/data/build.moose.log  view on Meta::CPAN

Checking if you have Config::MVP::Reader::Finder 0 ... Yes (2.200010)
Checking if you have String::RewritePrefix 0.006 ... Yes (0.007)
Checking if you have Scalar::Util 0 ... Yes (1.45)
Checking if you have Sub::Exporter::Util 0 ... Yes (0.987)
Checking if you have Config::MVP::Reader::INI 2.101461 ... Yes (2.101463)
Checking if you have Pod::Eventual 0.091480 ... Yes (0.094001)
Checking if you have File::Temp 0 ... Yes (0.2304)
Checking if you have version 0 ... Yes (0.9912)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10)
Checking if you have Text::Template 0 ... Yes (1.46)
Checking if you have Try::Tiny 0 ... Yes (0.22)
Checking if you have CPAN::Meta::Validator 2.101550 ... Yes (2.150005)
Checking if you have namespace::autoclean 0 ... Yes (0.26)
Checking if you have Software::LicenseUtils 0 ... Yes (0.103010)
Checking if you have MooseX::Types::Path::Class 0 ... Yes (0.06)
Checking if you have Text::Glob 0.08 ... Yes (0.09)
Checking if you have CPAN::Meta::Merge 0 ... Yes (2.150005)
==> Found dependencies: App::Cmd::Setup
Searching App::Cmd::Setup (0.330) on metacpan ...
--> Working on App::Cmd::Setup
Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.330.tar.gz

t/data/build.moose.log  view on Meta::CPAN

#     Sub::Exporter                                   any      0.987
#     Sub::Exporter::ForMethods                       any   0.100052
#     Sub::Exporter::Util                             any      0.987
#     Term::Encoding                                  any       0.02
#     Term::ReadKey                                   any       2.32
#     Term::ReadLine                                  any       1.15
#     Term::UI                                        any       0.46
#     Test::Deep                                      any      0.117
#     Text::Glob                                     0.08       0.09
#     Text::Template                                  any       1.46
#     Try::Tiny                                       any       0.22
#     YAML::Tiny                                      any       1.67
#     autodie                                         any       2.27
#     namespace::autoclean                            any       0.26
#     parent                                          any      0.234
#     strict                                          any       1.09
#     version                                         any     0.9912
#     warnings                                        any       1.32
# 
# === Runtime Recommends ===
# 

t/data/build.single_extended.log  view on Meta::CPAN

- HTTP::Response                                             ...loaded. (6.04 >= 5.813)
- HTTP::Request::AsCGI                                       ...loaded. (1.2 >= 1.0)
- Module::Pluggable                                          ...loaded. (5.1 >= 4.7)
- Path::Class                                                ...loaded. (0.33 >= 0.09)
- Scalar::Util                                               ...loaded. (1.38)
- Sub::Exporter                                              ...loaded. (0.987)
- Text::SimpleTable                                          ...loaded. (2.03 >= 0.03)
- Time::HiRes                                                ...loaded. (1.9726)
- Tree::Simple                                               ...loaded. (1.23 >= 1.15)
- Tree::Simple::Visitor::FindByPath                          ...loaded. (0.12)
- Try::Tiny                                                  ...loaded. (0.19 >= 0.17)
- Safe::Isa                                                  ...loaded. (1.000004)
- Task::Weaken                                               ...loaded. (1.04)
- Text::Balanced                                             ...loaded. (2.02)
- MRO::Compat                                                ...loaded. (0.12)
- MooseX::Getopt                                             ...loaded. (0.61 >= 0.48)
- String::RewritePrefix                                      ...loaded. (0.007 >= 0.004)
- Devel::InnerPackage                                        ...loaded. (0.4)
- Plack                                                      ...loaded. (1.0030 >= 0.9991)
- Plack::Middleware::ReverseProxy                            ...loaded. (0.15 >= 0.04)
- Plack::Test::ExternalServer                                ...loaded. (0.01)

t/data/build.single_extended.log  view on Meta::CPAN

Checking if you have Plack::Middleware::ReverseProxy 0.04 ... Yes (0.15)
Checking if you have Class::C3::Adopt::NEXT 0.07 ... Yes (0.13)
Checking if you have Stream::Buffered 0 ... Yes (0.02)
Checking if you have MooseX::Role::WithOverloading 0.09 ... Yes (0.13)
Checking if you have Path::Class 0.09 ... Yes (0.33)
Checking if you have Plack::Middleware::MethodOverride 0 ... Yes (0.10)
Checking if you have CGI::Simple::Cookie 1.109 ... Yes (1.113)
Checking if you have Time::HiRes 0 ... Yes (1.9726)
Checking if you have MooseX::Emulate::Class::Accessor::Fast 0.00903 ... Yes (0.00903)
Checking if you have HTTP::Status 0 ... Yes (6.03)
Checking if you have Try::Tiny 0.17 ... Yes (0.19)
Checking if you have HTTP::Headers 1.64 ... Yes (6.05)
Checking if you have Plack::Middleware::RemoveRedundantBody 0.03 ... Yes (0.03)
Checking if you have HTTP::Request::AsCGI 1.0 ... Yes (1.2)
Checking if you have Plack::Middleware::HTTPExceptions 0 ... Yes (undef)
Checking if you have Plack::Test::ExternalServer 0 ... Yes (0.01)
Checking if you have Devel::InnerPackage 0 ... Yes (0.4)
Checking if you have HTTP::Body 1.06 ... Yes (1.19)
Checking if you have HTTP::Request 5.814 ... Yes (6.00)
Checking if you have List::MoreUtils 0 ... Yes (0.33)
Checking if you have IO::Scalar 0 ... Yes (2.110)



( run in 0.718 second using v1.01-cache-2.11-cpan-05444aca049 )