Catmandu-Blacklight

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "develop" : {
         "requires" : {
            "Dist::Milla" : "v1.0.17",
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Catmandu" : "1.2001",
            "IO::Socket::SSL" : "1.993",
            "JSON::MaybeXS" : "1.003005",
            "Moo" : "0",
            "REST::Client" : "0",
            "URI::Escape" : "0",
            "perl" : "v5.10.1"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0.32",

META.yml  view on Meta::CPAN

no_index:
  directory:
    - eg
    - examples
    - inc
    - share
    - t
    - xt
requires:
  Catmandu: '1.2001'
  IO::Socket::SSL: '1.993'
  JSON::MaybeXS: '1.003005'
  Moo: '0'
  REST::Client: '0'
  URI::Escape: '0'
  perl: v5.10.1
resources:
  bugtracker: https://github.com/LibreCat/Catmandu-Blacklight/issues
  homepage: https://github.com/LibreCat/Catmandu-Blacklight
  repository: https://github.com/LibreCat/Catmandu-Blacklight.git
version: '0.04'

cpanfile  view on Meta::CPAN

  requires 'Test::Pod','0';
};

requires 'Catmandu', '1.2001';
requires 'REST::Client', '0';
requires 'Moo', '0';
requires 'URI::Escape', '0';
requires 'JSON::MaybeXS', '>=1.003005';

# Need recent SSL to talk to https endpoint correctly
requires 'IO::Socket::SSL', '>=1.993';



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