Provided by: libpadre-plugin-git-perl_0.12-1_all bug

NAME

       Padre::Plugin::Git - A Simple Git interface for Padre, the Perl IDE,

VERSION

       version 0.12

SYNOPSIS

       Intended for use with Padre 0.97+

       cpan install Padre::Plugin::Git

       Enable it via Padre->Tools->Plugin Manager

       For more info see wiki <http://padre.perlide.org/trac/wiki/PadrePluginGit>

       Padre::Plugin::Git is a Perl programming plug-in for Padre

DESCRIPTION

       Basic git cmd commands, plus a bit more, which is a bit Xetaish

       •   if you configure your local ENV with GitHub Access you can also do GitHub Pull
           requests,

       •   plus if you use {{$NEXT}} in your Changes file it will append commit messages below.
           see wiki <http://padre.perlide.org/trac/wiki/PadrePluginGit> for more info.

METHODS

       •   clean_dialog

       •   commit_message

       •   current_files

       •   event_on_context_menu

       •   git_cmd

       •   git_cmd_task

       •   git_patch

       •   github_pull_request

       •   load_dialog_output

       •   menu_plugins_simple

       •   on_finish

       •   padre_interfaces

       •   plugin_about

       •   plugin_disable

       •   plugin_enable

       •   plugin_icon

       •   plugin_name

       •   write_changes

           use CPAN::Changes to write git commits to project Change file, this abuses the
           {{$NEXT}} token as a valid version see CPAN::Changes::Spec for format

CONFIGURATION AND ENVIRONMENT

       To be able to do a GitHub Pull request, the following need to be configured.

               $ENV{GITHUB_USER}
               $ENV{GITHUB_TOKEN}

AUTHOR

       Kevin Dawson <bowtie@cpan.org>

       Kaare Rasmussen, <kaare@cpan.org>

   CONTRIBUTORS
       Alexandr Ciornii <alexchorny@gmail.com>

       Ryan Niebur <ryanryan52@gmail.com>

       Dominique Dumont <dod@debian.org>

       perlbotics <perlbotics@yahoo.de>

BUGS

       Please report any bugs or feature requests to
       <https://github.com/PadreIDE/Padre-Plugin-Git/issues>

COPYRIGHT

       Copyright X 2009-2011 Kaare Rasmussen

       Copyright X 2009-2013 the Padre::Plugin::Git  "AUTHOR" and "CONTRIBUTORS" as listed above.

LICENSE

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