X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-InternetSecure.git;a=blobdiff_plain;f=InternetSecure.pm;fp=InternetSecure.pm;h=98be91182b92d3e446e4be64efd04abb6d16bd3a;hp=e8c4c69107d17a5327204426f10c7bdbc5e60af2;hb=9bf8205d34c69b8d6fd37ab0f535061113da3e19;hpb=868a33bac221130b6bdedf171ded15459828b1c8 diff --git a/InternetSecure.pm b/InternetSecure.pm index e8c4c69..98be911 100755 --- a/InternetSecure.pm +++ b/InternetSecure.pm @@ -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 =head1 AUTHOR -Frédéric Brière, Efbriere@fbriere.netE +Original author: Frédéric Brière, Efbriere@fbriere.netE. 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