Catmandu-Zotero

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "develop" : {
         "requires" : {
            "Dist::Milla" : "v1.0.15",
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Catmandu" : ">= 0.9, != 0.9402, != 0.9401",
            "IO::Socket::SSL" : "1.993",
            "WWW::Zotero" : "0.03",
            "perl" : "v5.10.1"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0.32",
            "Test::More" : "1.001003",
            "Test::Pod" : "0",
            "Test::Simple" : "1.001003"

META.yml  view on Meta::CPAN

no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
requires:
  Catmandu: '>= 0.9, != 0.9402, != 0.9401'
  IO::Socket::SSL: '1.993'
  WWW::Zotero: '0.03'
  perl: v5.10.1
resources:
  bugtracker: https://github.com/LibreCat/Catmandu-Zotero/issues
  homepage: https://github.com/LibreCat/Catmandu-Zotero
  repository: https://github.com/LibreCat/Catmandu-Zotero.git
version: '0.07'
x_contributors:
  - 'Jakob Voß <jakob.voss@gbv.de>'

cpanfile  view on Meta::CPAN

  requires 'Test::Simple', '1.001003';
  requires 'Test::More', '1.001003';
  requires 'Test::Exception','0.32';
  requires 'Test::Pod','0';
};

requires 'Catmandu', '>=0.9,!=0.9402,!=0.9401';
requires 'WWW::Zotero', '>=0.03';

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



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