From: Graham Knop Date: Fri, 29 Nov 2019 11:04:28 +0000 (+0100) Subject: add Class::Load to dev prereqs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=54b64f99be532930bd97b0fd2418675302aa7a1e add Class::Load to dev prereqs --- diff --git a/Makefile.PL b/Makefile.PL index dcd9918..32578a0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,7 @@ my %META = ( }, develop => { requires => { + 'Class::Load' => 0, }, }, },