0.05 master Business_OnlinePayment_InternetSecure_0_05
authorivan <ivan>
Wed, 5 Dec 2007 19:36:35 +0000 (19:36 +0000)
committerivan <ivan>
Wed, 5 Dec 2007 19:36:35 +0000 (19:36 +0000)
Changes
InternetSecure.pm

diff --git a/Changes b/Changes
index 5e72729..14e0516 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment::InternetSecure.
 
+0.05  Wed Dec  5 11:36:07 PST 2007
+        - new (minimal) maintainer
+
 0.04  Sat, 19 Aug 2006 15:02:51 -0400
        These changes should make it easier to switch between this module
        and other Business::OnlinePayment backends:
index e8c4c69..98be911 100755 (executable)
@@ -12,7 +12,7 @@ use XML::Simple qw(xml_in xml_out);
 use base qw(Business::OnlinePayment Exporter);
 
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 
 use constant SUCCESS_CODES => qw(2000 90000 900P1);
@@ -650,7 +650,11 @@ L<Business::OnlinePayment>
 
 =head1 AUTHOR
 
-Frédéric Brière, E<lt>fbriere@fbriere.netE<gt>
+Original author: Frédéric Brière, E<lt>fbriere@fbriere.netE<gt>.  Please don't
+bother Frédéric with emails about this module.
+
+Currentuly (minimally) maintained by Ivan Kohler.  See
+http://rt.cpan.org/Public/Bug/Report.html?Queue=Business-OnlinePayment-InternetSecure to submit patches and bug reports.
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -660,5 +664,4 @@ This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.8.4 or,
 at your option, any later version of Perl 5 you may have available.
 
-
 =cut