[svn:Module-Build] r13275 - Module-Build/trunk
[email protected] Sat, 5 Sep 2009 04:51:01 -0700 (PDT)
| Newsgroups | perl.module.build.checkins |
|---|---|
| Message-ID | <[email protected]> |
Author: dagolden Date: Sat Sep 5 04:51:01 2009 New Revision: 13275 Modified: Module-Build/trunk/TODO Log: add notes to things in TODO Modified: Module-Build/trunk/TODO ============================================================================== --- Module-Build/trunk/TODO (original) +++ Module-Build/trunk/TODO Sat Sep 5 04:51:01 2009 @@ -5,6 +5,10 @@ If we can detect the error, we can fix it. We shouldn't make authors repeat themselves in Build.PL + - I'm not sure this is correct. Prereqs shouldn't need to be listed + multiple times in META.yml. Hold off until this is clarified in + the META.yml spec. + * Check edge cases for normalize_version -- string "v1.2" might not get normalized, but it should @@ -21,6 +25,8 @@ vs. run-time", recording which dependencies the user chooses to fulfill at install time, and so on. + - Defer until after META spec revisions + * Think about how to allow "local policy" configuration, as well as "local enhancements" for frequent developers or frequent installers.