comment-out line requiring Module::Install::GithubMeta,
newer Module::Install has strict subs and this breaks unless installed
This commit is contained in:
parent
bc7b854c82
commit
eb1cad00f6
15
devel/p5-Class-Method-Modifiers/patches/patch-Makefile_PL
Normal file
15
devel/p5-Class-Method-Modifiers/patches/patch-Makefile_PL
Normal 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';
|
||||
|
Loading…
Reference in New Issue
Block a user