Dist-Zilla-Plugin-Bitbucket

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME

    Dist::Zilla::Plugin::Bitbucket - Plugins to integrate Dist::Zilla with
    Bitbucket

VERSION

      This document describes v0.001 of Dist::Zilla::Plugin::Bitbucket - released November 03, 2014 as part of Dist-Zilla-Plugin-Bitbucket.

DESCRIPTION

    This is a set of plugins for Dist::Zilla intended to more easily
    integrate Bitbucket <https://bitbucket.org> in the dzil workflow.

    The following is the list of the plugins shipped in this distribution:

      * Dist::Zilla::Plugin::Bitbucket::Create

      Create Bitbucket repo on dzil new

      * Dist::Zilla::Plugin::Bitbucket::Update

      Update Bitbucket repo info on release

      * Dist::Zilla::Plugin::Bitbucket::Meta

      Add Bitbucket repo info to META.{yml,json}

 Configuration

    Configure git with your Bitbucket credentials:

            $ git config --global bitbucket.user LoginName
            $ git config --global bitbucket.password MySecretPassword

    Alternatively you can install Config::Identity and write your
    credentials in the (optionally GPG-encrypted) ~/.bitbucket file as
    follows:

            login LoginName
            password MySecretPassword

    (if only the login name is set, the password will be asked
    interactively)

ATTRIBUTES

 remote

    Specifies the git/hg remote name to use (default 'origin').

 repo

    Specifies the name of the Bitbucket repository to be created (by
    default the name of the dist is used). This can be a template, so
    something like the following will work:

            repo = {{ lc $dist -> name }}

 scm

    Specifies the source code management system to use.

    The possible choices are hg and git. It will be autodetected from the
    distribution root directory if not provided.

SUPPORT

 Perldoc

    You can find documentation for this module with the perldoc command.

      perldoc Dist::Zilla::Plugin::Bitbucket

 Websites

    The following websites have more information about this module, and may
    be of help to you. As always, in addition to those websites please use
    your favorite search engine to discover more resources.

      * MetaCPAN

      A modern, open-source CPAN search engine, useful to view POD in HTML
      format.

      http://metacpan.org/release/Dist-Zilla-Plugin-Bitbucket

      * Search CPAN

      The default CPAN search engine, useful to view POD in HTML format.

      http://search.cpan.org/dist/Dist-Zilla-Plugin-Bitbucket

      * RT: CPAN's Bug Tracker

      The RT ( Request Tracker ) website is the default bug/issue tracking
      system for CPAN.



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