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

Provides commonly used Perl bindings for Stripe payment system.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

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


LICENSE AND COPYRIGHT

Copyright (C) 2012 Aquaron. 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.