add new test files to MANIFEST master
authorivan <ivan>
Thu, 28 Feb 2008 00:59:55 +0000 (00:59 +0000)
committerivan <ivan>
Thu, 28 Feb 2008 00:59:55 +0000 (00:59 +0000)
Changes
MANIFEST
lib/Business/OnlinePayment/TransactionCentral.pm

diff --git a/Changes b/Changes
index f28a3ae..a8c4d43 100644 (file)
--- 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
 
index 0848028..203989e 100644 (file)
--- 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
index fbc2a75..7857c37 100644 (file)
@@ -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 {