LWP-ConsoleLogger

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "HTTP::Request" : "0",
            "HTTP::Response" : "0",
            "JSON::MaybeXS" : "1.003005",
            "List::AllUtils" : "0",
            "Log::Dispatch" : "2.56",
            "Module::Load::Conditional" : "0",
            "Module::Runtime" : "0",
            "Moo" : "0",
            "MooX::StrictConstructor" : "0",
            "Parse::MIME" : "0",
            "Ref::Util" : "0",
            "String::Trim" : "0",
            "Sub::Exporter" : "0",
            "Term::Size::Any" : "0",
            "Text::SimpleTable::AutoWidth" : "0.09",
            "Try::Tiny" : "0",
            "Types::Common::Numeric" : "0",
            "Types::Standard" : "0",
            "URI::QueryParam" : "0",
            "XML::Simple" : "0",
            "perl" : "5.016",

META.yml  view on Meta::CPAN

  HTTP::Request: '0'
  HTTP::Response: '0'
  JSON::MaybeXS: '1.003005'
  List::AllUtils: '0'
  Log::Dispatch: '2.56'
  Module::Load::Conditional: '0'
  Module::Runtime: '0'
  Moo: '0'
  MooX::StrictConstructor: '0'
  Parse::MIME: '0'
  Ref::Util: '0'
  String::Trim: '0'
  Sub::Exporter: '0'
  Term::Size::Any: '0'
  Text::SimpleTable::AutoWidth: '0.09'
  Try::Tiny: '0'
  Types::Common::Numeric: '0'
  Types::Standard: '0'
  URI::QueryParam: '0'
  XML::Simple: '0'
  perl: '5.016'

Makefile.PL  view on Meta::CPAN

    "HTTP::Request" => 0,
    "HTTP::Response" => 0,
    "JSON::MaybeXS" => "1.003005",
    "List::AllUtils" => 0,
    "Log::Dispatch" => "2.56",
    "Module::Load::Conditional" => 0,
    "Module::Runtime" => 0,
    "Moo" => 0,
    "MooX::StrictConstructor" => 0,
    "Parse::MIME" => 0,
    "Ref::Util" => 0,
    "String::Trim" => 0,
    "Sub::Exporter" => 0,
    "Term::Size::Any" => 0,
    "Text::SimpleTable::AutoWidth" => "0.09",
    "Try::Tiny" => 0,
    "Types::Common::Numeric" => 0,
    "Types::Standard" => 0,
    "URI::QueryParam" => 0,
    "XML::Simple" => 0,
    "strict" => 0,

Makefile.PL  view on Meta::CPAN

  "Log::Dispatch::Array" => 0,
  "Module::Load::Conditional" => 0,
  "Module::Runtime" => 0,
  "Moo" => 0,
  "MooX::StrictConstructor" => 0,
  "Parse::MIME" => 0,
  "Path::Tiny" => 0,
  "Plack::Handler::HTTP::Server::Simple" => 0,
  "Plack::Test" => 0,
  "Plack::Test::Agent" => 0,
  "Ref::Util" => 0,
  "String::Trim" => 0,
  "Sub::Exporter" => 0,
  "Term::Size::Any" => 0,
  "Test::Fatal" => 0,
  "Test::LWP::UserAgent" => 0,
  "Test::More" => 0,
  "Test::Most" => 0,
  "Test::Warnings" => 0,
  "Text::SimpleTable::AutoWidth" => "0.09",
  "Try::Tiny" => 0,

cpanfile  view on Meta::CPAN

requires "HTTP::Request" => "0";
requires "HTTP::Response" => "0";
requires "JSON::MaybeXS" => "1.003005";
requires "List::AllUtils" => "0";
requires "Log::Dispatch" => "2.56";
requires "Module::Load::Conditional" => "0";
requires "Module::Runtime" => "0";
requires "Moo" => "0";
requires "MooX::StrictConstructor" => "0";
requires "Parse::MIME" => "0";
requires "Ref::Util" => "0";
requires "String::Trim" => "0";
requires "Sub::Exporter" => "0";
requires "Term::Size::Any" => "0";
requires "Text::SimpleTable::AutoWidth" => "0.09";
requires "Try::Tiny" => "0";
requires "Types::Common::Numeric" => "0";
requires "Types::Standard" => "0";
requires "URI::QueryParam" => "0";
requires "XML::Simple" => "0";
requires "perl" => "5.016";

lib/LWP/ConsoleLogger.pm  view on Meta::CPAN


use Data::Printer { end_separator => 1, hash_separator => ' => ' };
use DateTime                          ();
use HTML::Restrict                    ();
use HTTP::Body                        ();
use HTTP::CookieMonster               ();
use JSON::MaybeXS                     qw( decode_json );
use List::AllUtils                    qw( any apply none );
use Log::Dispatch                     ();
use Parse::MIME                       qw( parse_mime_type );
use Ref::Util                         qw( is_blessed_ref );
use Term::Size::Any                   ();
use Text::SimpleTable::AutoWidth 0.09 ();
use Try::Tiny                         qw( catch try );
use Types::Common::Numeric            qw( PositiveInt );
use Types::Standard                   qw( ArrayRef Bool CodeRef InstanceOf );
use URI::QueryParam                   qw();
use XML::Simple                       qw( XMLin );

my $json_regex = qr{vnd.*\+json};

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'HTTP::Request' => '0',
                                      'HTTP::Response' => '0',
                                      'JSON::MaybeXS' => '1.003005',
                                      'List::AllUtils' => '0',
                                      'Log::Dispatch' => '2.56',
                                      'Module::Load::Conditional' => '0',
                                      'Module::Runtime' => '0',
                                      'Moo' => '0',
                                      'MooX::StrictConstructor' => '0',
                                      'Parse::MIME' => '0',
                                      'Ref::Util' => '0',
                                      'String::Trim' => '0',
                                      'Sub::Exporter' => '0',
                                      'Term::Size::Any' => '0',
                                      'Text::SimpleTable::AutoWidth' => '0.09',
                                      'Try::Tiny' => '0',
                                      'Types::Common::Numeric' => '0',
                                      'Types::Standard' => '0',
                                      'URI::QueryParam' => '0',
                                      'XML::Simple' => '0',
                                      'perl' => '5.016',



( run in 0.275 second using v1.01-cache-2.11-cpan-4d50c553e7e )