Author: ericwilhelm Date: Sun Jul 15 01:20:52 2007 New Revision: 9738 Modified: Module-Build/trunk/TODO Module-Build/trunk/lib/Module/Build.pm
Log: TODO - notes lib/Module/Build.pm - fixed doc typo Modified: Module-Build/trunk/TODO ============================================================================== --- Module-Build/trunk/TODO (original) +++ Module-Build/trunk/TODO Sun Jul 15 01:20:52 2007 @@ -1,5 +1,11 @@ -------------------------- TO DO: -------------------------------- +* Finish configure_requires implementation. (add self) + +* Dump better diagnostics if we die() while building ourself + +* perllocal.pod? http://rt.cpan.org/Ticket/Display.html?id=14316 + * Look at Time::HiRes as a way to get C modules compiled & linked on various weird platforms, and abstract them into a new utility module for this purpose. Modified: Module-Build/trunk/lib/Module/Build.pm ============================================================================== --- Module-Build/trunk/lib/Module/Build.pm (original) +++ Module-Build/trunk/lib/Module/Build.pm Sun Jul 15 01:20:52 2007 @@ -507,7 +507,7 @@ [version 0.28] This action is identical to the C<install> action. In the future, -though, if C<install> starts writing to the file file +though, when C<install> starts writing to the file F<$(INSTALLARCHLIB)/perllocal.pod>, C<pure_install> won't, and that will be the only difference between them.
