Changes between Version 8 and Version 9 of Features/ProjectSkeletonGeneration
- Timestamp:
- 03/28/11 23:06:45 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/ProjectSkeletonGeneration
v8 v9 1 [[PageOutline(1-4)]] 1 2 == Description 2 3 … … 4 5 The "bones" of every new module are basically the same: even if it's not your intention to distribute, you should still Build, new module frameworks automatically. PBP 5 6 6 * The original, oldest module for installing modules is ExtUtils:: `MakeMaker`.7 * The original, oldest module for installing modules is ExtUtils::{{{MakeMaker}}}. 7 8 * the daddy, old, use one of the other's 8 9 … … 10 11 * pure-perl :) 11 12 12 * Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils:: `MakeMaker`, Another very unique feature is auto-install. When the module author enables auto-install for his distribution, Module::Install will search for and install any pre-requisite modules that are not installed when Makefile.PL is executed.13 * Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::{{{MakeMaker}}}, Another very unique feature is auto-install. When the module author enables auto-install for his distribution, Module::Install will search for and install any pre-requisite modules that are not installed when Makefile.PL is executed. 13 14 * used by Catalyst 14 15 … … 60 61 * Load appropriate *.Pl and Run => Run Script 61 62 ||=Skeleton=||=Action=|| 62 || {{{Module::Build}}}||perl Build.PL||63 || {{{Module::Install}}}||perl Makfile.PL||64 || {{{ExtUtils::MakeMaker}}}||perl Makefile.PL||63 ||Module::Build||perl Build.PL|| 64 ||Module::Install||perl Makfile.PL|| 65 ||ExtUtils::{{{MakeMaker}}}||perl Makefile.PL|| 65 66 66 == Tickets ==67 == Tickets 67 68 68 69 [[TicketQuery(component=Skeleton Generation,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]
