Mojolicious-Plugin-StripePayment

 view release on metacpan or  search on metacpan

.travis.yml  view on Meta::CPAN

language: perl
perl:
  - "5.20"
  - "5.16"
  - "5.12"
install:
  - "cpanm -n Test::Pod Test::Pod::Coverage IO::Socket::SSL"
  - "cpanm -n --installdeps ."
notifications:
  email: false

META.json  view on Meta::CPAN

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

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-StripePayment
no_index:
  directory:
    - t
    - inc
requires:
  IO::Socket::SSL: '1.94'
  Mojolicious: '6.0'
resources:
  bugtracker: https://github.com/jhthorsen/mojolicious-plugin-stripepayment/issues
  homepage: https://github.com/jhthorsen/mojolicious-plugin-stripepayment
  repository: https://github.com/jhthorsen/mojolicious-plugin-stripepayment.git
version: '0.03'

Makefile.PL  view on Meta::CPAN

      bugtracker => 'https://github.com/jhthorsen/mojolicious-plugin-stripepayment/issues',
      homepage => 'https://github.com/jhthorsen/mojolicious-plugin-stripepayment',
      repository => 'https://github.com/jhthorsen/mojolicious-plugin-stripepayment.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'IO::Socket::SSL' => '1.94',
  'Mojolicious' => '6.0'
}
,
  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-stripepayment/archive/master.tar.gz
requires "Mojolicious" => "6.0";
requires "IO::Socket::SSL" => "1.94";
test_requires "Test::More" => "0.88";



( run in 0.725 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )