From: ivan Date: Thu, 28 Feb 2008 00:59:55 +0000 (+0000) Subject: add new test files to MANIFEST X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-TransactionCentral.git;a=commitdiff_plain add new test files to MANIFEST --- diff --git a/Changes b/Changes index f28a3ae..a8c4d43 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment::TransactionCentral. +0.07 unreleased + - add new test files to MANIFEST + 0.06 Wed Feb 27 16:49:17 PST 2008 - update tests with new regkey for TC test account diff --git a/MANIFEST b/MANIFEST index 0848028..203989e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,6 +3,8 @@ Makefile.PL MANIFEST README lib/Business/OnlinePayment/TransactionCentral.pm +t/lib/test_account.pl +t/test_account t/Business-OnlinePayment-TransactionCentral.t t/load.t t/bad_card.t diff --git a/lib/Business/OnlinePayment/TransactionCentral.pm b/lib/Business/OnlinePayment/TransactionCentral.pm index fbc2a75..7857c37 100644 --- a/lib/Business/OnlinePayment/TransactionCentral.pm +++ b/lib/Business/OnlinePayment/TransactionCentral.pm @@ -8,7 +8,7 @@ use Business::OnlinePayment::HTTPS 0.02; use vars qw($VERSION @ISA $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.06'; +$VERSION = '0.07'; $DEBUG = 0; sub set_defaults {