Changes between Version 14 and Version 15 of Features/ProjectSkeletonGeneration
- Timestamp:
- 04/01/11 22:03:39 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/ProjectSkeletonGeneration
v14 v15 3 3 4 4 As a first step in the direction of supporting CPAN-style Perl projects we integrated into Padre the use of Module::Starter, The intent is to make it as easy as possible for CPAN authors (and especially for first-time CPAN authors) to have installers that follow all the best practices for distribution installation, but involve as much DWIM (Do What I Mean) as possible when writing them. \\ 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. PBP5 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** 6 6 7 7 * The original, oldest module for installing modules is ExtUtils::{{{MakeMaker}}}. … … 17 17 == File -> New -> Perl Distribution 18 18 Will bring up a dialog box where you can select some of the parameters your new project. 19 ~~Will bring up a dialog box where you can select some of the parameters your new project has such20 as Name of the Project (e.g. My::Widgets), Author - that is probably your name, e-mail (your e-mail).~~21 22 ~~Builder is the tool that you project is going to use to package itself and then your user will use to install the project.23 Currently '''Module::Build''' and '''ExtUtils::MakeMaker''' are supported. (TO DO add Module::Install as well).~~24 25 ~~License is one of the keywords currently listed in the '''META.yml''' spec of Module::Build. (TO DO: update the list or make it dynamic)~~26 19 \\ 27 20 [[Image(fnnd.png)]]
