Config-MVP

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Moose::Role" : "0",
            "Moose::Util::TypeConstraints" : "0",
            "MooseX::OneArgNew" : "0",
            "Params::Util" : "0",
            "Role::HasMessage" : "0",
            "Role::Identifiable::HasIdent" : "0",
            "StackTrace::Auto" : "0",
            "Test::More" : "0.96",
            "Throwable" : "0",
            "Tie::IxHash" : "0",
            "Try::Tiny" : "0",
            "overload" : "0",
            "perl" : "5.012",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },

META.yml  view on Meta::CPAN

  Moose::Role: '0'
  Moose::Util::TypeConstraints: '0'
  MooseX::OneArgNew: '0'
  Params::Util: '0'
  Role::HasMessage: '0'
  Role::Identifiable::HasIdent: '0'
  StackTrace::Auto: '0'
  Test::More: '0.96'
  Throwable: '0'
  Tie::IxHash: '0'
  Try::Tiny: '0'
  overload: '0'
  perl: '5.012'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/rjbs/Config-MVP/issues
  homepage: https://github.com/rjbs/Config-MVP
  repository: https://github.com/rjbs/Config-MVP.git
version: '2.200013'
x_Dist_Zilla:

Makefile.PL  view on Meta::CPAN

    "Moose::Role" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "MooseX::OneArgNew" => 0,
    "Params::Util" => 0,
    "Role::HasMessage" => 0,
    "Role::Identifiable::HasIdent" => 0,
    "StackTrace::Auto" => 0,
    "Test::More" => "0.96",
    "Throwable" => 0,
    "Tie::IxHash" => 0,
    "Try::Tiny" => 0,
    "overload" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::Fatal" => 0,
    "Test::More" => "0.96",
    "lib" => 0

Makefile.PL  view on Meta::CPAN

  "Moose::Util::TypeConstraints" => 0,
  "MooseX::OneArgNew" => 0,
  "Params::Util" => 0,
  "Role::HasMessage" => 0,
  "Role::Identifiable::HasIdent" => 0,
  "StackTrace::Auto" => 0,
  "Test::Fatal" => 0,
  "Test::More" => "0.96",
  "Throwable" => 0,
  "Tie::IxHash" => 0,
  "Try::Tiny" => 0,
  "lib" => 0,
  "overload" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};

lib/Config/MVP/Reader/Finder.pm  view on Meta::CPAN

#pod Config::MVP::Reader::Finder's C<build_assembler> method will decline a new
#pod assembler, so if none was passed to C<read_config>, the Findable reader to
#pod which reading is delegated will be responsible for building the assembler,
#pod unless a Finder subclass overrides C<build_assembler> to set a default across
#pod all possible delegates.
#pod
#pod =cut

use Config::MVP::Error;
use Module::Pluggable::Object;
use Try::Tiny;

#pod =method default_search_path
#pod
#pod This is the default search path used to find configuration readers.  This
#pod method should return a list, and by default returns:
#pod
#pod   qw( Config::MVP::Reader )
#pod
#pod =cut

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

                                      'Moose::Role' => '0',
                                      'Moose::Util::TypeConstraints' => '0',
                                      'MooseX::OneArgNew' => '0',
                                      'Params::Util' => '0',
                                      'Role::HasMessage' => '0',
                                      'Role::Identifiable::HasIdent' => '0',
                                      'StackTrace::Auto' => '0',
                                      'Test::More' => '0.96',
                                      'Throwable' => '0',
                                      'Tie::IxHash' => '0',
                                      'Try::Tiny' => '0',
                                      'overload' => '0',
                                      'perl' => '5.012',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },



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