CPAN-WWW-Top100-Retrieve

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


DESCRIPTION

    This module retrieves the data from CPAN Top100 and returns it in a
    structured format.

 Constructor

    This module uses Moose, so you can pass either a hash or hashref to the
    constructor. The object will cache all data relevant to the Top100 for
    as long as it's alive. If you want to get fresh data just make a new
    object and use that.

    The attributes are:

  debug

    ( not required )

    A boolean value specifying debug warnings or not.

lib/CPAN/WWW/Top100/Retrieve.pm  view on Meta::CPAN

	my $top100 = CPAN::WWW::Top100::Retrieve->new;
	print Dumper( $top100->list( 'heavy' ) );

=head1 DESCRIPTION

This module retrieves the data from CPAN Top100 and returns it in a structured format.

=head2 Constructor

This module uses Moose, so you can pass either a hash or hashref to the constructor. The object will cache all
data relevant to the Top100 for as long as it's alive. If you want to get fresh data just make a new object and
use that.

The attributes are:

=head3 debug

( not required )

A boolean value specifying debug warnings or not.



( run in 0.688 second using v1.01-cache-2.11-cpan-df04353d9ac )