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

Re: Get list of version for particular CPAN distribution ?

by vsespb (Chaplain)
on Jan 08, 2013 at 22:09 UTC ( [id://1012344]=note: print w/replies, xml ) Need Help??


in reply to Get list of version for particular CPAN distribution ?

Seems I found a solution
use BackPAN::Index; my $backpan = BackPAN::Index->new; my $dist = $backpan->dist("MIME-Base64"); my $releases = $dist->releases; print join "\n", map { $_->version } $releases->all;
it uses BackPAN however (i.e. includes obsolete versions). But for me it's not a major problem.

Replies are listed 'Best First'.
Re^2: Get list of version for particular CPAN distribution ?
by space_monk (Chaplain) on Jan 09, 2013 at 10:33 UTC
    Props for finding the solution to your own question! :-P
    A Monk aims to give answers to those who have none, and to learn from those who know more.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-03-19 06:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found