Mojolicious-Plugin-NetsPayment

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::More" : "0.88"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "IO::Socket::SSL" : "1.75",
            "Mojolicious" : "5.48"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/jhthorsen/mojolicious-plugin-netspayment/issues"
      },
      "homepage" : "https://github.com/jhthorsen/mojolicious-plugin-netspayment",

META.yml  view on Meta::CPAN

license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Mojolicious-Plugin-NetsPayment
no_index:
  directory:
    - t
    - inc
requires:
  IO::Socket::SSL: 1.75
  Mojolicious: 5.48
resources:
  bugtracker: https://github.com/jhthorsen/mojolicious-plugin-netspayment/issues
  homepage: https://github.com/jhthorsen/mojolicious-plugin-netspayment
  repository: https://github.com/jhthorsen/mojolicious-plugin-netspayment.git
version: 0.04

Makefile.PL  view on Meta::CPAN

      bugtracker => 'https://github.com/jhthorsen/mojolicious-plugin-netspayment/issues',
      homepage => 'https://github.com/jhthorsen/mojolicious-plugin-netspayment',
      repository => 'https://github.com/jhthorsen/mojolicious-plugin-netspayment.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'IO::Socket::SSL' => '1.75',
  'Mojolicious' => '5.48'
}
,
  test => { TESTS => 't/*.t' },
);

cpanfile  view on Meta::CPAN

# You can install this projct with curl -L http://cpanmin.us | perl - https://github.com/jhthorsen/mojolicious-plugin-netspayment/archive/master.tar.gz
requires "Mojolicious" => "5.48";
requires "IO::Socket::SSL" => "1.75";
test_requires "Test::More" => "0.88";



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