comment-out line requiring Module::Install::GithubMeta,

newer Module::Install has strict subs and this breaks unless installed
This commit is contained in:
sthen 2012-04-07 20:52:45 +00:00
parent bc7b854c82
commit eb1cad00f6

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2012/04/07 20:52:45 sthen Exp $
requires Modules::Install::GithubMeta
--- Makefile.PL.orig Sat Apr 7 21:50:57 2012
+++ Makefile.PL Sat Apr 7 21:51:00 2012
@@ -4,7 +4,7 @@ use inc::Module::Install;
# Define metadata
name 'Class-Method-Modifiers';
all_from 'lib/Class/Method/Modifiers.pm';
-githubmeta;
+#githubmeta;
build_requires 'Test::Exception';