From: Mark Wells Date: Mon, 6 Aug 2012 21:44:08 +0000 (-0700) Subject: downgrade moose requirement X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-BatchPayment.git;a=commitdiff_plain;h=0bf7a1ffc63873be09e848b900d89eb23cb99beb downgrade moose requirement --- 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; diff --git a/META.yml b/META.yml index 10ceacf..c08b860 100644 --- a/META.yml +++ b/META.yml @@ -13,7 +13,7 @@ build_requires: requires: DateTime: 0 File::Slurp: 0 - Moose: 2 + Moose: 1.09 MooseX::UndefTolerant: 0 Net::HTTPS::Any: 0.1 Net::SFTP::Foreign: 0 @@ -22,7 +22,7 @@ no_index: directory: - t - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 +generated_by: ExtUtils::MakeMaker version 6.55_02 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 diff --git a/Makefile.PL b/Makefile.PL index 34dc397..6fa72eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ WriteMakefile( : ()), PL_FILES => {}, PREREQ_PM => { - 'Moose' => 2.000, + 'Moose' => 1.09, 'MooseX::UndefTolerant' => 0, 'DateTime' => 0, 'File::Slurp' => 0,