Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Finding DLSIP for Any Module

by Prior Nacre V (Hermit)
on Mar 31, 2005 at 04:15 UTC ( [id://443675]=perlquestion: print w/replies, xml ) Need Help??

Prior Nacre V has asked for the wisdom of the Perl Monks concerning the following question:

This link shows the DLSIP Definition.

On entering The CPAN Search Site, you are presented with a series of links to groups of modules. Following these links, and possibly additional links to sub-groupings, you can locate the module you're after with its DLSIP.

Does anyone know of a more direct route for determining any module's DLSIP?

Regards,

PN5

Replies are listed 'Best First'.
Re: Finding DLSIP for Any Module
by PodMaster (Abbot) on Mar 31, 2005 at 05:16 UTC

      Thanks. Having everything on one page will certainly help.

      Regards,

      PN5

Re: Finding DLSIP for Any Module
by gellyfish (Monsignor) on Mar 31, 2005 at 11:25 UTC

    CPANPLUS gives an API to obtain this information:

    use CPANPLUS::Backend; use strict; + my $cpan = CPANPLUS::Backend->new(); + my $mod = $cpan->module_tree('Term::Cap'); + print $mod->dslip();

    /J\

Re: Finding DLSIP for Any Module
by cog (Parson) on Mar 31, 2005 at 13:32 UTC
    IIRC, you insert the DLSIP when you register (or try to register) a module.

    Assuming that, I'd say you can't possibly get the DLSIP for unregistered modules (which are perhaps half of them?)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://443675]
Approved by kvale
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found