Padre::Plugin::Git - A Simple Git interface for Padre, the Perl IDE,
version 0.12
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>
Alexandr Ciornii <alexchorny@gmail.com>
Ryan Niebur <ryanryan52@gmail.com>
Dominique Dumont <dod@debian.org>
perlbotics <perlbotics@yahoo.de>
Please report any bugs or feature requests to https://github.com/PadreIDE/Padre-Plugin-Git/issues
Copyright © 2009-2011 Kaare Rasmussen
Copyright © 2009-2013 the Padre::Plugin::Git "AUTHOR" and "CONTRIBUTORS" as listed above.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.