Skip Menu |

This queue is for tickets about the SearchProfiles CPAN distribution.

Report information
The Basics
Id: 127066
Status: new
Priority: 0/
Queue: SearchProfiles

People
Owner: Nobody in particular
Requestors: Dan [...] DWright.Org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.11
Fixed in: (no value)



Subject: SearchProfiles is not being indexed by CPAN
The distribution Apache::iNcom currently has a copy of DBIx::SearchProfiles in its lib tree. The CPAN indexer is indexing Apache-iNcom as the correct distro for SearchProfiles rather than the actual SearchProfiles distribution. Suggested solution: 1. Remove lib/DBIx completely from the Apache-iNcom distribution. (you don't need it) 2. Add DBIx::SearchProfiles as a listed dependency under PREREQ_PM in Apache-iNcom's Makefile.PL 3. Update version number in Apache-iNcom, then `make meta` and `make dist` and upload to CPAN. 4. Update version number in the SearchProfiles distribution. `make meta`, `make dist` and upload to CPAN. The above steps should cause the PAUSE indexer to recognize DBIx::SearchProfiles in its correct location. Plus, Apache::iNcom will still work correctly because it will recursively fetch and install SearchProfiles for anybody that requires is.