Catmandu-OAI

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "Dist::Milla" : "v1.0.22",
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Catmandu" : "1.0306",
            "Catmandu::XML" : "0.16",
            "HTTP::OAI" : "4.03",
            "IO::Socket::SSL" : "1.993",
            "IO::String" : "0",
            "MODS::Record" : "0.11",
            "Moo" : "1.0",
            "URI" : "0",
            "XML::LibXML" : "0",
            "XML::Struct" : "0.18",
            "perl" : "v5.10.1"
         }
      },
      "test" : {

META.yml  view on Meta::CPAN

    - eg
    - examples
    - inc
    - share
    - t
    - xt
requires:
  Catmandu: '1.0306'
  Catmandu::XML: '0.16'
  HTTP::OAI: '4.03'
  IO::Socket::SSL: '1.993'
  IO::String: '0'
  MODS::Record: '0.11'
  Moo: '1.0'
  URI: '0'
  XML::LibXML: '0'
  XML::Struct: '0.18'
  perl: v5.10.1
resources:
  bugtracker: https://github.com/LibreCat/Catmandu-OAI/issues
  homepage: https://github.com/LibreCat/Catmandu-OAI

cpanfile  view on Meta::CPAN

requires 'Catmandu::XML', '>=0.16';
requires 'XML::LibXML', 0;
requires 'HTTP::OAI', '>=4.03';
requires 'Moo', '>=1.0';
requires 'XML::Struct', '>=0.18';
requires 'MODS::Record', '>=0.11';
requires 'IO::String', '0';
requires 'URI','0';

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



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