From: ivan Date: Tue, 12 Feb 2002 23:29:43 +0000 (+0000) Subject: s/CSV/CSV_XS/ and 3.02 X-Git-Tag: BUSINESS_ONLINEPAYMENT_AUTHORIZENET_3_10~4 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-AuthorizeNet.git;a=commitdiff_plain;h=d70b814f88d5d851f09c9cf45ec804156b3fa8f7 s/CSV/CSV_XS/ and 3.02 --- diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index c48808e..2c2c85c 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::AuthorizeNet; -# $Id: AuthorizeNet.pm,v 1.3 2002-02-12 23:27:38 ivan Exp $ +# $Id: AuthorizeNet.pm,v 1.4 2002-02-12 23:29:43 ivan Exp $ use strict; use Business::OnlinePayment; @@ -13,7 +13,7 @@ require Exporter; @ISA = qw(Exporter AutoLoader Business::OnlinePayment); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '3.01'; +$VERSION = '3.02'; sub set_defaults { my $self = shift; diff --git a/Makefile.PL b/Makefile.PL index 72e9866..daa21a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,6 @@ WriteMakefile( 'AUTHOR' => 'Ivan Kohler ', #really just #the maintainer #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV' => 0}, + 'PREREQ_PM' => {'Net::SSLeay' => 0, 'Text::CSV_XS' => 0}, #'dist' => {CI => 'ci -l'}, );