https://github.com/preaction/introduction-to-dist-zilla
A short introduction to Dist::Zilla, a Perl distribution management system
https://github.com/preaction/introduction-to-dist-zilla
Last synced: about 1 year ago
JSON representation
A short introduction to Dist::Zilla, a Perl distribution management system
- Host: GitHub
- URL: https://github.com/preaction/introduction-to-dist-zilla
- Owner: preaction
- License: other
- Created: 2015-08-27T15:07:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T04:55:57.000Z (almost 11 years ago)
- Last Synced: 2024-04-17T21:17:01.835Z (about 2 years ago)
- Language: JavaScript
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Dist::Zilla
A short, gentle introduction to Perl distribution management with Dist::Zilla
## Covered topics
* Dist::Zilla
* Basic `dzil` commands
* Basic CPAN distribution management
* Prerequisite management
* Git repository management
# COPYRIGHT AND LICENSE
Copyright 2015 Doug Bell
The presentation content is licensed under CC-BY-SA 4.0.
The Perl code is licensed under CC-BY-SA 4.0, or the same terms as Perl
itself (Artistic License 1.0, or GPL 1.0+ at your discretion).