Business-Stripe

Provides commonly used Perl bindings for Stripe payment system.

INSTALLATION

Make

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Use CPAN

cpan -i Business::Stripe

Single file

You can also download Stripe.pm and include it as part of your distribution.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Business::Stripe

Copyright (C) 2012 Paul Pham. All Rights Reserved.

This program and library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.