[Module-build-checkins] Module-Build/lib/Module Build.pm,1.172,1.173
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-12-18 20:57:15
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23059/lib/Module Modified Files: Build.pm Log Message: Some changes to the way Module::Build itself is bundled up for distribution: 1) it now autogenerates the listing of actions near the top of the M::B documentation. 2) it now autogenerates a listing of get/set accessors that wouldn't otherwise be documented at all. 3) it now erases any trace of the ModuleBuildBuilder module that does this stuff, since it's not necessary for people downloading from CPAN to know anything about it. Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.172 retrieving revision 1.173 diff -C2 -d -r1.172 -r1.173 *** Build.pm 18 Dec 2004 18:14:48 -0000 1.172 --- Build.pm 18 Dec 2004 20:57:04 -0000 1.173 *************** *** 147,163 **** action), 'test', and 'install'. Other actions defined so far include: ! build fakeinstall ! config_data help ! clean html ! code install ! diff manifest ! dist ppd ! distcheck ppmdist ! distclean realclean ! distdir skipcheck ! distmeta test ! distsign testcover ! disttest testdb ! docs versioninstall You can run the 'help' action for a complete list of actions. --- 147,151 ---- action), 'test', and 'install'. Other actions defined so far include: ! <action_list> You can run the 'help' action for a complete list of actions. |