summaryrefslogtreecommitdiff
path: root/KeyBank.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-06 14:48:12 -0700
committerMark Wells <mark@freeside.biz>2012-08-06 14:48:12 -0700
commitcd1485af2f64d37e70d2def40f5af69439afd984 (patch)
tree083ef338aa021f165441569ece655292f633a463 /KeyBank.pm
parenta3deab8366fdd1cdc702007d9bb3e9fdace52d67 (diff)
downgrade moose and CSV requirementsHEADmaster
Diffstat (limited to 'KeyBank.pm')
-rw-r--r--KeyBank.pm4
1 files changed, 2 insertions, 2 deletions
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 {