[Module-build-checkins] Module-Build Build.PL,1.59,1.60
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-10-03 07:24:37
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22321 Modified Files: Build.PL Log Message: Pass macro 'defines' straight through untouched, allowing EU::CBuilder to do the compiler dependent formatting. Index: Build.PL =================================================================== RCS file: /cvsroot/module-build/Module-Build/Build.PL,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- Build.PL 22 Sep 2005 02:00:35 -0000 1.59 +++ Build.PL 3 Oct 2005 07:24:24 -0000 1.60 @@ -58,7 +58,7 @@ C_support => { description => "Can compile/link C & XS code", - requires => { 'ExtUtils::CBuilder' => 0.02, + requires => { 'ExtUtils::CBuilder' => 0.15, 'ExtUtils::ParseXS' => 2.02, }, }, manpage_support => |