summaryrefslogtreecommitdiff
path: root/BatchPayment
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-06 14:44:08 -0700
committerMark Wells <mark@freeside.biz>2012-08-06 14:44:08 -0700
commit0bf7a1ffc63873be09e848b900d89eb23cb99beb (patch)
tree9f8ac5edcd05043ad9bd9f04ec60be87f21d8f01 /BatchPayment
parentd05f34bc11a94919346b8d857f6e70f54e5f9c70 (diff)
downgrade moose requirement
Diffstat (limited to 'BatchPayment')
-rw-r--r--BatchPayment/Batch.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/BatchPayment/Batch.pm b/BatchPayment/Batch.pm
index d31baae..0d6176b 100644
--- a/BatchPayment/Batch.pm
+++ b/BatchPayment/Batch.pm
@@ -56,6 +56,7 @@ has items => (
elements => 'elements',
push => 'push',
},
+ default => sub { [] },
);
1;