From: ivan Date: Thu, 5 Jan 2006 03:18:01 +0000 (+0000) Subject: 0.01, 2006 X-Git-Tag: Business_OnlinePayment_TransactionCentral_0_01 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=be5f2738a602593798b3afa06ab09d9e7b99b43c;p=Business-OnlinePayment-TransactionCentral.git 0.01, 2006 --- diff --git a/README b/README index b78eb6b..2f711ec 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Copyright (c) 2005 Ivan Kohler +Copyright (c) 2006 Ivan Kohler All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Business/OnlinePayment/TransactionCentral.pm b/lib/Business/OnlinePayment/TransactionCentral.pm index e16a484..68a193d 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.02'; +$VERSION = '0.01'; $DEBUG = 0; sub set_defaults { @@ -229,7 +229,7 @@ Ivan Kohler =head1 COPYRIGHT AND LICENSE -Copyright (C) 2005 by Ivan Kohler +Copyright (C) 2006 by Ivan Kohler This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.