[Module-build-checkins] Module-Build Changes,1.395,1.396
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-11-01 09:58:44
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15497 Modified Files: Changes Log Message: Document the C<invoked_action()> accessor, and clarify the behavior of C<current_action()>. Spellcheck PODs & standardize to two spaces between sentences. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.395 retrieving revision 1.396 diff -u -d -r1.395 -r1.396 --- Changes 31 Oct 2005 03:57:57 -0000 1.395 +++ Changes 1 Nov 2005 09:58:37 -0000 1.396 @@ -2,6 +2,9 @@ 0.27_04 + - Add an invoked_action() method to return the name of the original + action invoked by the user. + - Add 'meta-spec' field to the generated META.yml file, including the version of the specification followed by the current Module::Build and the url where the specification can be found. |