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

version 0.11

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

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

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

To be able to do a GitHub Pull request, the following need to be configured.
$ENV{GITHUB_USER}
$ENV{GITHUB_TOKEN}

Kevin Dawson <bowtie@cpan.org>
Kaare Rasmussen, <kaare@cpan.org>
Dominique Dumont <dod@debian.org>

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

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.