Construction Script
- Makefile.PL
- Build.PL
- Either is appropriate, both if you like
- Used to prepare, test and install the distribution
- Can check for uninstalled dependancies
$> perl Makefile.PL
OR
$> perl Build.PL
| From Mod To Dist | Packaging | 17 of 34 : [PREV | NEXT] |
$> perl Makefile.PL
OR
$> perl Build.PL