-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2082,3 +2082,7 @@ Atbash | |
substr | ||
Nim | ||
nim | ||
reqreq | ||
HTTPie | ||
pytest | ||
pragmaticlinux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Module::Install | ||
|
||
Module::Install is a CPAN compatible packaging tool aimed to address some of the short comings of earlier implementations like ExtUtils::MakeMaker and Module::Build. | ||
[Module::Install][install] is a CPAN compatible packaging tool aimed to address some of the short comings of earlier implementations like [ExtUtils::MakeMaker][extutils] and Module::Build. | ||
|
||
It's use is not longer recommended and newer tools like Dist::Zilla etc. should be used, but Module::Install is widely used so you often come across distributions, which rely on Module::Install, well you even come across distributions, which rely on the predecessors. | ||
It's use is not longer recommended and newer tools like [Dist::Zilla][dzil] etc. should be used, but [Module::Install][install] is widely used so you often come across distributions, which rely on [Module::Install][install], well you even come across distributions, which rely on the predecessors. | ||
|
||
When Module::Install is used, the `inc/` | ||
When [Module::Install][install] is used, the `inc/` | ||
|
||
TODO | ||
|
||
## Resources and References | ||
|
||
- Module::Install | ||
- ExtUtils:.MakeMaker | ||
- Module::Build | ||
- Dist::Zilla | ||
- [Module::Install][install] | ||
- [ExtUtils::MakeMaker][extutils] | ||
- [Module::Build][build] | ||
- [Dist::Zilla][dzil] | ||
|
||
[dzil]: https://metacpan.org/pod/Dist::Zilla | ||
[extutils]: https://metacpan.org/pod/ExtUtils::MakeMaker | ||
[build]: https://metacpan.org/pod/Module::Build | ||
[install]: https://metacpan.org/pod/Module::Install |