From 0bf7a1ffc63873be09e848b900d89eb23cb99beb Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 6 Aug 2012 14:44:08 -0700 Subject: downgrade moose requirement --- BatchPayment/Batch.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'BatchPayment/Batch.pm') 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; -- cgit v1.2.1