From: Graham Knop Date: Thu, 12 Apr 2018 15:40:21 +0000 (+0200) Subject: remove redundant listing of Data::OptList prereq X-Git-Tag: v5.90118~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=83daf83b3f5a01a78f65ba8ca2ca5deea6c63c8b remove redundant listing of Data::OptList prereq --- diff --git a/Makefile.PL b/Makefile.PL index 7953864..d2f7e63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,7 +27,6 @@ my %META = ( 'namespace::clean' => '0.23', 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903', 'Class::Load' => '0.12', - 'Data::OptList' => 0, 'Moose' => '1.03', 'MooseX::MethodAttributes::Role::AttrContainer::Inheritable' => '0.24', 'MooseX::Role::WithOverloading' => '0.09',