[Module-build-checkins] Module-Build/lib/Module/Build Base.pm,1.524,1.525
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-11-21 06:25:11
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24399/lib/Module/Build Modified Files: Base.pm Log Message: Add tests for contents of the ppm distros we create to ensure everything is in the right place. May need platform tweaks. Index: Base.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v retrieving revision 1.524 retrieving revision 1.525 diff -u -d -r1.524 -r1.525 --- Base.pm 21 Nov 2005 03:29:42 -0000 1.524 +++ Base.pm 21 Nov 2005 06:24:58 -0000 1.525 @@ -2450,6 +2450,11 @@ $self->add_to_cleanup($file); } + +# TODO: This action should ideally generate html & manpages regardless +# of whether they would normally be generated on this platform so that +# they can be distributed in the ppm. However, this might throw things +# off if it is not immediately cleaned up. sub ACTION_ppmdist { my ($self) = @_; |