From: Graham Knop <haarg@haarg.org>
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?a=commitdiff_plain;p=scpubgit%2FObject-Remote.git

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,
       },
     },
   },