This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a61d15b71ff15ad1c8a8485d46b8f73918b31fca
tree 3aa37f45947f731ca2cbf1810c0c9373e28a6eaa
parent ff9ea30599f946bbe146000d66366459c01fea8a
tree 3aa37f45947f731ca2cbf1810c0c9373e28a6eaa
parent ff9ea30599f946bbe146000d66366459c01fea8a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.perlcriticrc | Sat Feb 14 20:15:21 -0800 2009 | |
| |
Build.PL | ||
| |
Changes | Tue May 12 17:59:24 -0700 2009 | |
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Sat Feb 14 20:15:21 -0800 2009 | |
| |
README | Fri Jan 16 17:21:25 -0800 2009 | |
| |
contrib/ | ||
| |
distrelease.yml | Sat Feb 14 20:15:21 -0800 2009 | |
| |
lib/ | ||
| |
scripts/ | ||
| |
t/ | Fri Jan 16 12:18:42 -0800 2009 | |
| |
xt/ | Sat Feb 14 20:15:21 -0800 2009 |
README
=== WHAT'S THIS ? This is a series of scripts developped for the article 'CPAN Patching with Git' that I wrote for the Winter 2008 edition (aka issue 5.1) of the The Perl Review[1]. The goal of those scripts is to make trivially easy to grab any distribution off CPAN, gitify its latest version, hack on it and send back patches to the maintainer. For now the only documentation is in the article, but I'll eventually inject some documentation in the scripts themselves (in the meantime, I recommend to subscribe to the TPR :-) ) `/anick, January 2009 [1] http://www.theperlreview.com/ === INSTALLATION To install the scripts and their supporting module, do $ perl ./Build.PL $ ./Build test $ sudo ./Build install or a variation thereof. If you run Build.PL interactively, it'll also ask you if you want to install the scripts alongside the Git commands for a tighter integration (Git will consider all the git-cpan-* commands as being legit Git sub-command, which means that shell completion and 'git <blah>' type of commands will transparently work).








