[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5589] trunk/Makefile.PL



Revision: 5589
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5589&view=rev
Author:   hasorli
Date:     2013-01-16 08:18:51 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
Fix Math::BigInt::GMP from a package name ("perl-Math-BigInt-GMP") 
Spotted by Robert J. Clay, dev email list.

Modified Paths:
--------------
    trunk/Makefile.PL

Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL	2013-01-16 07:52:16 UTC (rev 5588)
+++ trunk/Makefile.PL	2013-01-16 08:18:51 UTC (rev 5589)
@@ -41,7 +41,7 @@
 requires 'Moose';
 
 
-recommends 'perl-Math-BigInt-GMP';
+recommends 'Math::BigInt::GMP';
 
 test_requires 'Test::More';
 test_requires 'Test::Trap';

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.