The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.30

  • Change: 59b6bac7d19d760902067f224dde9c519d37c529 Author: Rusty Conover <rusty@luckydinosaur.com> Date : 2015-04-11 23:39:54 +0000
    • Merge branch 'master' of github.com:lukec/stripe-perl
  • Change: f1fd14cddae098dbb0d362e0da02ca8ca234bac8 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:36:42 +0000
    • Merge pull request #50 from NacreData/master
    • Implement "invoice" property on Charge objects.
  • Change: 4442f8bb4df54adb44ad86efe8d5540552f5adf4 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:36:26 +0000
    • Merge pull request #52 from paultcochrane/pr/remove_trailing_whitespace
    • Remove trailing whitespace
  • Change: ecef81bd7a35cf0879b811b7f3f0ae17487d444e Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:36:19 +0000
    • Merge pull request #51 from paultcochrane/pr/replace_contrib_from_git
    • Replace ContributorsFromGit with Git::Contributors
  • Change: e2cafc1f6797a43796cb2d87a50f4ac655e92d3e Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:36:08 +0000
    • Merge pull request #53 from paultcochrane/pr/dos_to_unix_encoding
    • Convert text from dos to unix line endings
  • Change: 0f6badb3114614238d54e5b29256a118134b0ea9 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:35:59 +0000
    • Merge pull request #54 from paultcochrane/pr/ignore_dot_build
    • Ignore dzil-generated .build directory
  • Change: b4d1356b635bf35bbacd7428d1e84b6fbca06c03 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:35:30 +0000
    • Merge pull request #55 from paultcochrane/pr/add_missing_abstract
    • Add missing ABSTRACT
  • Change: e51fba910b3c4630f1726133c0b3e35e34b34ea0 Author: Rusty Conover <rustyconover@users.noreply.github.com> Date : 2015-04-11 23:35:16 +0000
    • Merge pull request #56 from paultcochrane/pr/fix_kwalitee_fails
    • Fix kwalitee fails
  • Change: f53b5511860a5efcf0291d1b8e1a5df2c5c68bb1 Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-11 22:36:06 +0000
    • Automatically generate META.yml provides section
    • This addresses the "meta yml has provides" experimental kwalitee metric. See http://cpants.cpanauthors.org/dist/Net-Stripe for more details.
  • Change: ea0b54546dadb26e05b413c98e56eb5592a3df9a Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-11 22:33:32 +0000
    • Detect minimum required Perl version
    • This addresses "meta yml declares perl version" extra metric on the CPANTS kwalitee page (http://cpants.cpanauthors.org/dist/Net-Stripe)
  • Change: 2f0adada63b8bb98830bf84a65272aa46d9e3d38 Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-11 22:13:15 +0000
    • Add missing ABSTRACT
  • Change: ee5075fadcdcb20c5e0bbb55454d692bf1c2742a Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-03 00:12:11 +0000
    • Ignore dzil-generated .build directory
    • This stops the automatically generated .build directory (created via dzil) from appearing in `git status`.
  • Change: 54d5084362cc0ee5743f18e87dece07cd275fdda Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-02 16:26:01 +0000
    • Convert text from dos to unix line endings
    • This is to be consistent with the rest of the project, which uses unix-style line endings.
  • Change: a1f940e94aed575cc0120983e030860af88b92c3 Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-02 16:13:48 +0000
    • [t] remove trailing whitespace
  • Change: 38f88eebcb5073946fbdf9b0eafbda2704142532 Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-02 16:09:36 +0000
    • [lib] remove trailing whitespace
  • Change: ce52b8955b43271dd835fecdf6e050a71a80f568 Author: Paul Cochrane <paul@liekut.de> Date : 2015-04-01 21:30:13 +0000
    • Replace ContributorsFromGit with Git::Contributors
    • This is because ContributorsFromGit isn't as well maintained and ETHER created Git::Contributors out of frustration to fix this issue (see https://github.com/RsrchBoy/Dist-Zilla-Plugin-ContributorsFromGit/iss ues/19). This has the same functionality and builds and tests properly and should be considered a better alternative.
  • Change: ea3ba4f95400fc88366000c8b382e9e50ca6586c Author: Devin M. Ceartas <devin@nacredata.com> Date : 2015-02-16 21:18:07 +0000
    • Implement "invoice" property on Charge objects.

Modules

API client for Stripe.com
represent a BalanceTransaction object from Stripe
represent a Card object from Stripe
represent an Charge object from Stripe
represent a Coupon object from Stripe
represent a Customer object from Stripe
represent a Discount object from Stripe
represent an error result from interacting with Stripe
represent an Invoice object from Stripe
represent an Invoice Item object from Stripe
represent an Line Item object from Stripe
represent a list of objects from Stripe
represent a Plan object from Stripe
represent a Refund object from Stripe
represent a Resource object from Stripe
represent a Subscription object from Stripe
represent a list of Subscriptions from Stripe
represent a Token object from Stripe