The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.11

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

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

DESCRIPTION

Basic git cmd commands, plus a bit more, which is a bit βetaish

  • if you configure your local ENV's 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 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

Dominique Dumont <dod@debian.org>

BUGS

Please report any bugs or feature requests to http://padre.perlide.org/

COPYRIGHT & LICENSE

Copyright © β 2008-2012 The Padre development team as listed in Padre.pm in the Padre distribution all rights reserved.

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