Git::CPAN::Patch

Patch CPAN modules using Git
Download

Git::CPAN::Patch Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yanick Champoux
  • Publisher web site:
  • http://search.cpan.org/~yanick/

Git::CPAN::Patch Tags


Git::CPAN::Patch Description

Patch CPAN modules using Git Git::CPAN::Patch is a Perl module that provides a suite of git commands aimed at making trivially easy the process of grabbing any distribution off CPAN, stuffing it in a local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer.SYNOPSIS # import a module: % mkdir Foo-Bar % cd Foo-Bar % git cpan-init Foo::Bar # hack and submit to RT # it's probably best to work in a branch % git checkout -b blah hack lib/Foo/Bar.pm % git commit -am "blah" % git cpan-sendpatch --compose # update the module # this automatically rebases the current branch % git cpan-update Requirements: · Perl


Git::CPAN::Patch Related Software