summaryrefslogtreecommitdiff
path: root/security/p5-GnuPG-Interface/patches/patch-ab
blob: ba91f75d75601d7a95423139a99ad74a59e3a44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2005/03/04 20:57:50 tv Exp $

--- Makefile.PL.orig	2005-03-04 15:44:26.000000000 -0500
+++ Makefile.PL
@@ -40,7 +40,7 @@ WriteMakefile
     VERSION_FROM => File::Spec->catfile( $gnupg_base, 'Interface.pm' ),
     
     PREREQ_PM    => {
-		     'Class::MethodMaker' => 1.00,
+		     'Class::MakeMethods' => 1.010,
 		    },
     
     PM           => { %pm_install_hash },