Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix tests
authorivan <ivan>
Sat, 5 Dec 2009 00:23:05 +0000 (00:23 +0000)
committerivan <ivan>
Sat, 5 Dec 2009 00:23:05 +0000 (00:23 +0000)
AuthorizeNet.pm
Changes
MANIFEST

index 4688668..a73a84e 100644 (file)
@@ -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 (file)
--- 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
index fc7b921..8643e10 100644 (file)
--- 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)