Changes between Version 2 and Version 3 of ParrotBasedConfig
- Timestamp:
- 03/20/09 02:45:48 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotBasedConfig
v2 v3 3 3 Discussion about the Roadmap item for 3.0 4 4 5 Things that should be changed , regardless of the tools used to implement the configure system.5 Things that should be changed (or at least discussed), regardless of the tools used to implement the configure system. 6 6 7 7 * Should be able to override hints files from the command line. Let the user shoot themselves in the foot. … … 9 9 * use a standard mechanism for parsing options, to unify the true/false/set/unset/use/don't syntax. 10 10 * Don't rely on perl's Config for information. 11 12 See issues http://rt.perl.org/rt3/Ticket/Display.html?id=56634 , especially: don't use Configure.pl to generate files that should be generated by simple makefile rules. Don't require --maintainer, have config just autodetect and create appropriate rules.