[Module-build-checkins] Module-Build/lib/Module Build.pm,1.164.2.11,1.164.2.12
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-03-04 03:26:03
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19662/lib/Module Modified Files: Tag: release-0_26_branch Build.pm Log Message: Add mention of autogenerated accessors to the docs Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.164.2.11 retrieving revision 1.164.2.12 diff -u -d -r1.164.2.11 -r1.164.2.12 --- Build.pm 2 Mar 2005 23:11:49 -0000 1.164.2.11 +++ Build.pm 4 Mar 2005 03:25:37 -0000 1.164.2.12 @@ -218,7 +218,9 @@ =item new() Creates a new Module::Build object. Arguments to the new() method are -listed below. Most arguments are optional, but you must provide +listed below. Unless otherwise documented, there's also a +corresponding get/set method on the C<Module::Build> object to access +their values. Most arguments are optional, but you must provide either the C<module_name> argument, or C<dist_name> and one of C<dist_version> or C<dist_version_from>. In other words, you must provide enough information to determine both a distribution name and |