Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 47640
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: SHLOMIF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.87_03
Fixed in: (no value)



Subject: [PATCH] [Documentation] Add links to the CPANPLUS Subversion repository
This patch adds relevant links to the Subversion repository - in the resources of the META.yml (displayed on the search.cpan.org homepage) and updated CPANPLUS/Hacking.pod. Regards, -- Shlomi Fish
Subject: cpanp-add-repos-info.diff
Index: lib/CPANPLUS/Hacking.pod =================================================================== --- lib/CPANPLUS/Hacking.pod (revision 2650) +++ lib/CPANPLUS/Hacking.pod (working copy) @@ -6,24 +6,17 @@ =head1 DESCRIPTION -This document attempts to describe how to easiest develop with the -CPANPLUS environment, how certain things work and why. +This document attempts to describe how to develop with the +CPANPLUS environment most easily, how certain things work and why. This is basically a quick-start guide to people who want to add features or patches to CPANPLUS. =head1 OBTAINING CPANPLUS -CPANPLUS offers snapshots from the stable and unstable branches. -After every patch to either of the branches, the snapshot is -automatically updated. +Checkout CPANPLUS from its Subversion repository at +L<http://oss.dwim.org/cpanplus-devel> . -You can find the stable branch here (which should be equal to the -CPAN release): L<http://p4.elixus.org/snap/cpanplus-dist.tar.gz> - -And the development branch here: -L<http://p4.elixus.org/snap/cpanplus-devel.tar.gz> - =head1 INSTALLING CPANPLUS CPANPLUS follows the standard perl module installation process: Index: Makefile.PL =================================================================== --- Makefile.PL (revision 2650) +++ Makefile.PL (working copy) @@ -184,6 +184,7 @@ 't/dummy-perl/bin/* ' . 't/dummy-perl/lib/* ' . 't/dummy-perl/man/man1/* ' . 't/dummy-perl/man/man3/*' } ); + repository ('http://oss.dwim.org/cpanplus-devel'); ### write the makefile ### this makes all prereqs rediscovered
On Tue Jul 07 05:46:36 2009, SHLOMIF wrote: Show quoted text
> This patch adds relevant links to the Subversion repository - in the > resources of the META.yml (displayed on the search.cpan.org homepage) > and updated CPANPLUS/Hacking.pod.
Thanks, applied.