| Dist-Zilla-Plugin-Git documentation | Contained in the Dist-Zilla-Plugin-Git distribution. |
Dist::Zilla::Plugin::Git - update your git repository after release
version 1.111590
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:
A Dist::Zilla::PluginBundle::Git bundle is also provided for your convenience, check its documentation to see which plugins it will load.
You can look for information on this module at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Git
Jerome Quelin
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Dist-Zilla-Plugin-Git documentation | Contained in the Dist-Zilla-Plugin-Git distribution. |
# # This file is part of Dist-Zilla-Plugin-Git # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use 5.008; use strict; use warnings; package Dist::Zilla::Plugin::Git; BEGIN { $Dist::Zilla::Plugin::Git::VERSION = '1.111590'; } # ABSTRACT: update your git repository after release use Dist::Zilla 2.100880; # Need mvp_multivalue_args in Plugin role 1;
__END__