The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-Braintree

0.8.0   10/04/2012
        Additional card information, such as prepaid, debit, commercial, Durbin regulated, healthcare, and payroll, are returned on credit card responses
        Allows transactions to be specified as recurring
        Compatibility fix (thanks @pilcrow)
0.7.0   09/13/2012
        Adds Prepaid field to credit card (possible values include Yes, No, Unknown)
0.6.2   08/10/2012
        Fixes ValidationErrorCollection deep_errors
0.6.1   05/08/2012
        Adds ValidationError and ValidationErrorCollection and updates $result->errors to return a ValidationErrorCollection
0.5.0   04/19/2012
        Adds webhooks gateways for parsing, verifying, and testing notifications
0.4.0   03/06/2012
        Adds search for duplicate credit cards given a payment method token
        Adds flag to fail saving credit card to vault if card is duplicate
0.3.3   02/01/2012
        Exposes plan_id on transactions
        Correctly parses query strings that use semicolons instead of ampersands
0.3.2   11/15/2011
        Increases compatibility with versions of Perl prior to 5.10
0.3.1   11/03/2011
        Removed embedded perl5
        Aliased $transaction->credit_card_details to $transaction->credit_card
0.3.0   10/07/2011
        Added ability to retrieve all Plans, AddOns, and Discounts
        Added Transaction cloning
0.2.0   8/24/2011
        Added SettlementBatchSummary
0.1.3   8/15/2011
        Point release to ensure strict pragma is always used.
0.1.2   8/15/2011
        Point release to not ship 3rd party dependencies.
0.1.1   8/15/2011
        Point release to fix packaging of CPAN module.
0.1.0   8/15/2011
        First version, allows for connectivity to the braintree payment processing API with all functionality except search.