Dist-Zilla-PluginBundle-Author-RTHOMPSON

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

 vcs

    This option specifies which version control system is being used for
    the distribution. Integration for that version control system is
    enabled. The default is 'git', and currently the only other option is
    'none', which does not load any version control plugins.

 git_remote

    This option specifies the primary Git remote for the repository. The
    default is 'origin'. To disable all Git remote operations, set this to
    an empty string.

 git_branch, git_remote_branch

    This option specifies the branch that is to be checked against its
    remote. The default is 'master'. The second option, git_remote_branch,
    is only needed if the remote branch has a different name. It will
    default to being the same as git_branch.

 no_check_remote

    By default, the Git branch git_branch will be checked against the
    remote branch git_remote_branch at the remote specified by git_remote
    using the Git::Remote::Check plugin. If the remote branch is ahead of
    the local branch, the release process will be aborted. This option
    disables the check, allowing a release to happen even if the check
    would fail. This option has no effect if either git_remote or
    git_branch is set to an empty string.

 no_push

    By default, the Git repo will be pushed to the remote specified by
    git_remote after every release, to ensure that the remote repository
    contains the latest release. To disable pushing after a release, set
    this option. This option has no effect if git_remote is set to an empty
    string.

 allow_dirty

    This corresponds to the option of the same name in the Git::Check and
    Git::Commit plugins. Briefly, files listed in allow_dirty are allowed
    to have changes that are not yet committed to git, and during the
    release process, they will be checked in (committed).

    The default is dist.ini, Changes, and README.pod. If you override the
    default, you must include these files manually if you want them.

    This option only has an effect if vcs is 'git'.

 PLUGIN-SPECIFIC OPTIONS

    This bundle consumes the
    Dist::Zilla::Role::PluginBundle::Config::Slicer role, which means that
    you can specify any option to any plugin in the bundle directly by
    prefixing it with the plugin's name. This allows you to configure any
    options not covered by the above. For example, if you want to select
    "scripts" as the directory for the ExecDir plugin, you would specify
    the option as ExecDir.dir = "scripts".

BUGS AND LIMITATIONS

    This module should be more configurable. Suggestions welcome.

    Please report any bugs or feature requests to
    rct+perlbug@thompsonclan.org.

INSTALLATION

    See perlmodinstall for information and options on installing Perl
    modules.

AUTHOR

    Ryan C. Thompson <rct@thompsonclan.org>

COPYRIGHT AND LICENSE

    This software is copyright (c) 2010 by Ryan C. Thompson.

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

DISCLAIMER OF WARRANTY

    BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
    FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
    WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
    PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
    EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
    ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
    YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
    NECESSARY SERVICING, REPAIR, OR CORRECTION.

    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
    WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
    REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE
    TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
    CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
    SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
    RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
    FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
    SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
    DAMAGES.



( run in 0.895 second using v1.01-cache-2.11-cpan-39bf76dae61 )