[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.43-1-ge1e9c53

Kevin Falcone falcone at bestpractical.com
Tue Mar 22 11:20:27 EDT 2011


The branch, master has been updated
       via  e1e9c5333dfa682351e264faf49f0d6d007dd455 (commit)
      from  18a9db4575eebb6b0f10c318245488e4bfe5c0cb (commit)

Summary of changes:
 Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit e1e9c5333dfa682351e264faf49f0d6d007dd455
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Mar 22 11:19:17 2011 -0400

    require 1.78 which introduced the try 'GMP' syntax
    
    1.77 is still shipped as part of the perl-5.8.8 package on centos and
    rhel 5.5.  1.78 was released on 2007-01-27

diff --git a/Makefile.PL b/Makefile.PL
index 38b8899..58c3e78 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,6 +17,7 @@ abstract 'supply object methods for interacting with GnuPG';
 name 'GnuPG-Interface';
 version_from 'lib/GnuPG/Interface.pm';
 requires 'Any::Moose' => '0.04';
+requires 'Math::BigInt' => '1.78';
 license 'perl';
 
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list