Tomohiro Hosaka > WWW-Metalgate-0.03 > WWW::Metalgate

Download:
WWW-Metalgate-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source   Latest Release: WWW-Metalgate-0.04

NAME ^

WWW::Metalgate - parse http://www.metalgate.jp/.

VERSION ^

Version 0.02

SYNOPSIS ^

    use WWW::Metalgate;

    my @years  = WWW::Metalgate->years;
    my @albums = $years[0]->best_albums;

EXPORT ^

none.

FUNCTIONS ^

years

    my @years = WWW::Metalgate->years; # WWW::Metalgate::Year instances.

year

    my $year = WWW::Metalgate->year( year => 2000 ); # WWW::Metalgate::Year instance.

AUTHOR ^

Tomohiro Hosaka, <bokutin at cpan.org>

COPYRIGHT & LICENSE ^

Copyright 2008 Tomohiro Hosaka, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.