From eb1cad00f6786f35c8269f7fe7795c4c957c53af Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 7 Apr 2012 20:52:45 +0000 Subject: [PATCH] comment-out line requiring Module::Install::GithubMeta, newer Module::Install has strict subs and this breaks unless installed --- .../patches/patch-Makefile_PL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/p5-Class-Method-Modifiers/patches/patch-Makefile_PL diff --git a/devel/p5-Class-Method-Modifiers/patches/patch-Makefile_PL b/devel/p5-Class-Method-Modifiers/patches/patch-Makefile_PL new file mode 100644 index 00000000000..0377928ad00 --- /dev/null +++ b/devel/p5-Class-Method-Modifiers/patches/patch-Makefile_PL @@ -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'; +