[Bps-public-commit] r16868 - GnuPG-Interface

jesse at bestpractical.com jesse at bestpractical.com
Mon Nov 17 11:27:48 EST 2008


Author: jesse
Date: Mon Nov 17 11:27:47 2008
New Revision: 16868

Modified:
   GnuPG-Interface/Makefile.PL

Log:
From: Chris Prather via RT <bug-GnuPG-Interface at rt.cpan.org>                    
Subject: [rt.cpan.org #40963] Replace Class::MakeMethod with Moose              
RT-Originator: cpan at prather.org                                                 
                                                                                
Missed a dep on MooseX::AttributeHelpers to get some of the features            
Class::MethodMaker provides. Attached is a patch to Makefile.PL to fix this.    


Modified: GnuPG-Interface/Makefile.PL
==============================================================================
--- GnuPG-Interface/Makefile.PL	(original)
+++ GnuPG-Interface/Makefile.PL	Mon Nov 17 11:27:47 2008
@@ -41,6 +41,7 @@
     
     PREREQ_PM    => {
 		     'Moose' => 0.61,
+		     'MooseX::AttributeHelpers' => 0.14,
 		    },
     
     PM           => { %pm_install_hash },



More information about the Bps-public-commit mailing list