NAME

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

VERSION

Version 0.04

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.

review_index

my $review_index = WWW::Metalgate->review_index; # WWW::Metalgate::ReviewIndex 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.