diff options
author | Mark Wells <mark@freeside.biz> | 2012-08-06 14:48:12 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-08-06 14:48:12 -0700 |
commit | cd1485af2f64d37e70d2def40f5af69439afd984 (patch) | |
tree | 083ef338aa021f165441569ece655292f633a463 /KeyBank.pm | |
parent | a3deab8366fdd1cdc702007d9bb3e9fdace52d67 (diff) |
Diffstat (limited to 'KeyBank.pm')
-rw-r--r-- | KeyBank.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |