From f82fc3906ef6014e0571f6cd25b0c995a239f454 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 5 Dec 2009 00:23:05 +0000 Subject: [PATCH] Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix tests --- AuthorizeNet.pm | 2 +- Changes | 4 ++++ MANIFEST | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) 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 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) -- 2.11.0