Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

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

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



Subject: Use Module::ThirdParty to identify modules outside CPAN
Hello Jos, As we discussed on IRC, a neat thing for CPANPLUS would be to use Module::ThirdParty to identify modules that are not present on the CPAN but are provided by third-party softwares. See http://search.cpan.org/dist/Module-ThirdParty/ for the documentation of this module. As the examples show, you can write code as simple as if(is_3rd_party($module)) { my $info = module_information($module); # print some information using $info } where $module is a module name, like "SVN::Core" or "Text::ChaSen". Feel free to bug me if you have any question :-) Thanks in advance
Subject: [cpan #12131] Use Module::ThirdParty to identify modules outside CPAN
Date: Mon, 25 Sep 2006 18:28:55 +0200
To: bug-CPANPLUS [...] rt.cpan.org
From: Sébastien Aperghis-Tramoni <saper [...] cpan.org>
This is something I should have done waaay earlier... Here is a patch to use Module::ThirdParty inside CPANPLUS. -- Sébastien Aperghis-Tramoni Close the world, txEn eht nepO.

Message body is not shown because sender requested not to inline it.

Hi, Show quoted text
> As we discussed on IRC, a neat thing for CPANPLUS would be to use > Module::ThirdParty to identify modules that are not present on the > CPAN but are provided by third-party softwares.
Support for Module::ThirdParty now got added to CPANPLUS 0.075_02 with this changeset: http://trac.dwim.org/OSS/changeset/838 Thanks for reporting, -- Jos