[Module-build-checkins] Module-Build/lib/Module Build.pm,1.181,1.182
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-04-21 02:00:03
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16540/lib/Module Modified Files: Build.pm Log Message: Add a pure_install action Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- Build.pm 16 Apr 2005 02:01:29 -0000 1.181 +++ Build.pm 21 Apr 2005 01:59:54 -0000 1.182 @@ -393,6 +393,13 @@ output, so you can supply C<tar> and/or C<gzip> parameters to affect the result. +=item pure_install + +This action is identical to the C<install> action. In the future, +though, if C<install> starts writing to the file file +F<$(INSTALLARCHLIB)/perllocal.pod>, C<pure_install> won't, and that +will be the only difference between them. + =item realclean This action is just like the C<clean> action, but also removes the |