From f82fc3906ef6014e0571f6cd25b0c995a239f454 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 5 Dec 2009 00:23:05 +0000 Subject: Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix tests --- AuthorizeNet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AuthorizeNet.pm') 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 { -- cgit v1.2.1