Mojolicious-Plugin-PayPal

 view release on metacpan or  search on metacpan

.travis.yml  view on Meta::CPAN

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

Changes  view on Meta::CPAN

0.07 2017-04-29T13:38:14+0200
 - Allow overriding redirect_url in register_payment #2

0.06 2015-11-06T20:10:53+0100
 - Fix 'Use of "shift" without parentheses is ambiguous' warning #1

0.05 2015-01-02T13:22:38Z
 - Compatible with Mojolicious 5.48

0.04 2014-08-01T12:47:59Z
 - Add IO::Socket::SSL as dependency
 - Add Yu Pan as contributor

0.03 2014-07-30T16:38:03Z
 - Fix getting access token and using it

0.02 2014-06-15T21:20:36Z
 - Add SYNOPSIS
 - Handle "cancel" callback

0.01 2014-06-15T19:50:12Z

META.json  view on Meta::CPAN

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

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-PayPal
no_index:
  directory:
    - t
    - inc
requires:
  IO::Socket::SSL: '1.84'
  Mojolicious: '5.13'
resources:
  bugtracker: https://github.com/jhthorsen/mojolicious-plugin-paypal/issues
  homepage: https://github.com/jhthorsen/mojolicious-plugin-paypal
  repository: https://github.com/jhthorsen/mojolicious-plugin-paypal.git
version: '0.08'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

      bugtracker => 'https://github.com/jhthorsen/mojolicious-plugin-paypal/issues',
      homepage => 'https://github.com/jhthorsen/mojolicious-plugin-paypal',
      repository => 'https://github.com/jhthorsen/mojolicious-plugin-paypal.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'IO::Socket::SSL' => '1.84',
  'Mojolicious' => '5.13'
}
,
  test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);

cpanfile  view on Meta::CPAN

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



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