X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment-KeyBank.git;a=blobdiff_plain;f=KeyBank.pm;h=4d8f73c123d7dc80313521f90ea174b9b858e4d6;hp=6c5eafdd9b69b8a3847e2b2964a2a37ed9918809;hb=cd1485af2f64d37e70d2def40f5af69439afd984;hpb=a3deab8366fdd1cdc702007d9bb3e9fdace52d67 diff --git a/KeyBank.pm b/KeyBank.pm index 6c5eafd..4d8f73c 100644 --- a/KeyBank.pm +++ b/KeyBank.pm @@ -35,7 +35,7 @@ None. =cut use DateTime; -use Text::CSV_XS; +use Text::CSV; use Digest::MD5 qw( md5_hex ); use Moose; @@ -46,7 +46,7 @@ sub format_item { '' } has '_csv' => ( is => 'ro', - default => sub { Text::CSV_XS->new() }, + default => sub { Text::CSV->new() }, ); sub parse_batch_id {