The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CPAN Hacking

DESCRIPTION

This document describes how to hack on CPANXR

NOTES

Apache configuration

To avoid having to run make install every time you make a change, add the following line to your httpd.conf

 <Perl>
  use lib '/path/to/CPANXR/lib';
 </Perl>

And change your DocumentRoot to point at /path/to/CPANXR/setup/html.

Running the indexer

Run the indexer with perl -Ilib bin/cpanxr index from your CPANXR development dir

PATCHING

Patches to CPANXR are prefered in the unified format, but any format GNU diff and patch understans is fine. In the subject of your mail, please add the prefix [PATCH].

Reporting bugs

Use rt.perl.org (CPAN Request Tracker) to report bugs to CPANXR