From 76e9eb92ac1dc0f8fc70a18f2cf5651afd1df301 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 15 Aug 2013 16:50:02 -0700 Subject: failure status --- BatchPayment/Batch.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'BatchPayment/Batch.pm') diff --git a/BatchPayment/Batch.pm b/BatchPayment/Batch.pm index 16f1738..b05eb80 100644 --- a/BatchPayment/Batch.pm +++ b/BatchPayment/Batch.pm @@ -82,7 +82,6 @@ has items => ( ); class_type 'DateTime'; -coerce 'DateTime', from 'Int', via { DateTime->from_epoch($_) }; has process_date => ( is => 'rw', -- cgit v1.2.1