Log-Any-Plugin

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Log::Any::Adapter" : "0",
            "Log::Any::Test" : "0",
            "Test::Differences" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0",
            "Test::Warn" : "0",
            "perl" : "5.008",
            "utf8" : "0"
         }
      }
   },
   "release_status" : "stable",

META.yml  view on Meta::CPAN

---
abstract: 'Adapter-modifying plugins for Log::Any'
author:
  - 'Stephen Thirlwall <sdt@cpan.org>'
build_requires:
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Log::Any::Adapter: '0'
  Log::Any::Test: '0'
  Test::Differences: '0'
  Test::Exception: '0'
  Test::More: '0'
  Test::NoWarnings: '0'
  Test::Warn: '0'
  perl: '5.008'
  utf8: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
  perl: '5.006'
dynamic_config: 0

Makefile.PL  view on Meta::CPAN

    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Log::Any::Adapter" => 0,
    "Log::Any::Test" => 0,
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "Test::NoWarnings" => 0,
    "Test::Warn" => 0,
    "utf8" => 0
  },
  "VERSION" => "0.012",
  "test" => {
    "TESTS" => "t/*.t t/plugin/*.t"
  }

Makefile.PL  view on Meta::CPAN

  "Encode" => 0,
  "Exporter" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Log::Any" => "1.00",
  "Log::Any::Adapter" => 0,
  "Log::Any::Adapter::Util" => 0,
  "Log::Any::Test" => 0,
  "Scope::Guard" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::NoWarnings" => 0,
  "Test::Warn" => 0,
  "base" => 0,
  "strict" => 0,
  "utf8" => 0,
  "warnings" => 0
);

t/plugin/context-stack.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;

use Test::More;
use Test::Differences;
use Test::Exception;

require Test::NoWarnings if $ENV{RELEASE_TESTING};

use Log::Any::Plugin;

use Log::Any::Test;
use Log::Any qw($log);

note 'Applying ContextStack plugin.'; {

t/plugin/stringify.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;

use Test::More;
use Test::Differences;
use Test::Exception;

require Test::NoWarnings if $ENV{RELEASE_TESTING};

use Log::Any::Plugin;

use Log::Any::Test;
use Log::Any qw($log);

note 'Stringify plugin not applied yet. Checking default behaviour.'; {



( run in 0.414 second using v1.01-cache-2.11-cpan-131fc08a04b )