AI-CleverbotIO

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "Dist::Milla" : "v1.0.15",
            "Path::Tiny" : "0.096",
            "Template::Perlish" : "1.52",
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Tiny" : "0.070",
            "IO::Socket::SSL" : "1.56",
            "JSON::PP" : "0",
            "Log::Any" : "1.045",
            "Moo" : "2.003000",
            "Net::SSLeay" : "1.49",
            "Ouch" : "0.0410",
            "perl" : "5.010"
         }
      },
      "test" : {
         "requires" : {

META.yml  view on Meta::CPAN

no_index:
  directory:
    - eg
    - examples
    - inc
    - share
    - t
    - xt
requires:
  HTTP::Tiny: '0.070'
  IO::Socket::SSL: '1.56'
  JSON::PP: '0'
  Log::Any: '1.045'
  Moo: '2.003000'
  Net::SSLeay: '1.49'
  Ouch: '0.0410'
  perl: '5.010'
resources:
  bugtracker: https://github.com/polettix/AI-CleverbotIO/issues
  homepage: https://github.com/polettix/AI-CleverbotIO
  repository: https://github.com/polettix/AI-CleverbotIO.git

cpanfile  view on Meta::CPAN

requires 'perl',            '5.010';
requires 'HTTP::Tiny',      '0.070';
requires 'IO::Socket::SSL', '1.56';    # from HTTP::Tiny 0.070 docs
requires 'JSON::PP';                   # core from 5.14, any should do
requires 'Log::Any',    '1.045';
requires 'Moo',         '2.003000';
requires 'Net::SSLeay', '1.49';        # from HTTP::Tiny 0.070 docs
requires 'Ouch',        '0.0410';

on test => sub {
   requires 'Test::More',      '0.88';
   requires 'Path::Tiny',      '0.096';
   requires 'Test::Exception', '0.43';

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 3.507 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )