From f2e337bc6794ad7c2446d4bc123e1f8deb8ca811 Mon Sep 17 00:00:00 2001 From: Lance Wicks Date: Wed, 26 Apr 2017 23:00:38 +0100 Subject: [PATCH] Resolve missing Moose dependency kwalitee issue https://cpants.cpanauthors.org/release/NIGELM/HTML-FormFu-Model-DBIC-2.02 reports: prereq_matches_use List all used modules in META.yml requires Error: Moose This small commit should prevent this by declaring Moose in dist.ini --- dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.ini b/dist.ini index 0c141d3..e7aafae 100644 --- a/dist.ini +++ b/dist.ini @@ -10,6 +10,7 @@ DBD::SQLite = 0 DBIx::Class = 0.08108 HTML::FormFu = 2.00 List::MoreUtils = 0 +Moose = 0 Storable = 0 Task::Weaken = 0 ; make sure Scalar::Util has weaken()