The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::GitFlow - develop perl modules with git-flow and Dist::Zilla

VERSION

version 0.004

SYNOPSIS

In your dist.ini:

[@GitFlow]

DESCRIPTION

This set of plugins for Dist::Zilla can do interesting things for module authors using git to track their work. The following plugins are provided in this distribution:

It also provice plugin bundle:

This plugin use it's own next version and next release module, so do not use original Dist::Zilla::Plugin::NextRelease and Dist::Zilla::Plugin::NextVersion plugins.

SEE ALSO

I stolen almost code from Dist::Zilla::Plugin::Git. Please check original code.

You can look for information on this module at:

AUTHOR

Keedi Kim - 김도형 <keedi@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Keedi Kim.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.