Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

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

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: CPANPLUS::Dist or CPANPLUS::Dist::Base?
I'm trying to figure out some things about how the CPANPLUS::Dist classes work. I noticed that nothing appears to use CPANPLUS::Dist::Base. Dist::MM subclasses from CPANPLUS::Dist instead. Dist and Dist::Base both claim that they're the base class for dists. Which is it? Dist::Base sees better developed.
On Thu Dec 06 20:18:19 2007, MSCHWERN wrote: Show quoted text
> I'm trying to figure out some things about how the CPANPLUS::Dist > classes work. I noticed that nothing appears to use > CPANPLUS::Dist::Base. Dist::MM subclasses from CPANPLUS::Dist instead. > > Dist and Dist::Base both claim that they're the base class for dists. > Which is it? Dist::Base sees better developed.
Dist::Base is the one to use for third party dist::* developers. I've changed the documentation to reflect this. Thanks for reporting,