diff options
author | ivan <ivan> | 2009-12-05 00:23:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-12-05 00:23:05 +0000 |
commit | f82fc3906ef6014e0571f6cd25b0c995a239f454 (patch) | |
tree | 951f47760b388f39e22f51b47619e4bf2e3aae08 | |
parent | 297fe952f593ff0e5924a4396e6995d47777fb39 (diff) |
Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix tests
-rw-r--r-- | AuthorizeNet.pm | 2 | ||||
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | MANIFEST | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 4688668..a73a84e 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -6,7 +6,7 @@ use Business::OnlinePayment; use vars qw($VERSION @ISA $me); @ISA = qw(Business::OnlinePayment); -$VERSION = '3.21'; +$VERSION = '3.22'; $me = 'Business::OnlinePayment::AuthorizeNet'; sub set_defaults { @@ -1,5 +1,9 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet. +3.22 unreleased + - Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix + tests. Patch from Rob Brown, thanks! (closes: CPAN#52444) + 3.21 Tue Nov 24 10:45:21 PST 2009 - Add repository, contributing and contirbutor information to the docs. - Patch from Nate Nuss <ogmoid[...]gmail.com> implementing ("Additional @@ -16,4 +16,5 @@ t/test_account t/test_account_ach t/test_account_arb t/lib/test_account.pl +t/lib/Business/FraudDetect/_Fake.pm META.yml Module meta-data (added by MakeMaker) |