summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-12-05 00:23:05 +0000
committerivan <ivan>2009-12-05 00:23:05 +0000
commitf82fc3906ef6014e0571f6cd25b0c995a239f454 (patch)
tree951f47760b388f39e22f51b47619e4bf2e3aae08
parent297fe952f593ff0e5924a4396e6995d47777fb39 (diff)
Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix tests
-rw-r--r--AuthorizeNet.pm2
-rw-r--r--Changes4
-rw-r--r--MANIFEST1
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 {
diff --git a/Changes b/Changes
index dc6fcf4..bb8bb4f 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/MANIFEST b/MANIFEST
index fc7b921..8643e10 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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)