An open API service indexing awesome lists of open source software.

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

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).