NAME

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

VERSION

version 0.006

SYNOPSIS

In your dist.ini:

[@GitFlow]

DESCRIPTION

This set of plugins for Dist::Zilla can do interesting things for module authors using [git](http://git- scm.com) 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:

http://nvie.com/posts/a-successful-git-branching-model/

https://github.com/nvie/gitflow

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-GitFlow

http://github.com/jquelin/dist-zilla-plugin-git

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.