[Module-build-checkins] Module-Build Build.PL,1.49,1.50
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-28 02:36:42
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32633 Modified Files: Build.PL Log Message: Create a manpage_support feature Index: Build.PL =================================================================== RCS file: /cvsroot/module-build/Module-Build/Build.PL,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** Build.PL 19 Nov 2004 16:40:51 -0000 1.49 --- Build.PL 28 Nov 2004 02:36:03 -0000 1.50 *************** *** 31,35 **** 'Cwd' => 0, 'Text::ParseWords' => 0, - 'Pod::Man' => 0, }, recommends => { --- 31,34 ---- *************** *** 56,60 **** description => "Can compile/link C & XS code", requires => { 'ExtUtils::CBuilder' => 0.02 }, ! } }, --- 55,64 ---- description => "Can compile/link C & XS code", requires => { 'ExtUtils::CBuilder' => 0.02 }, ! }, ! manpage_support => ! { ! description => "Can create Unix man pages", ! requires => { 'Pod::Man' => 0 }, ! }, }, |