The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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.