s/CSV/CSV_XS/ and 3.02
[Business-OnlinePayment-AuthorizeNet.git] / AuthorizeNet.pm
index c48808e..2c2c85c 100644 (file)
@@ -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;