Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
WWW::Metalgate::Year
VERSION
Version 0.01
SYNOPSIS
use WWW::Metalgate::Year;
use XXX;
my $year = WWW::Metalgate::Year->new( year => 2003 );
my @albums = $year->best_albums;
YYY @albums;
#---
#album: EPICA
#artist: KAMELOT
#no: 1
#year: 2003
#---
#album: DELIRIUM VEIL
#artist: TWILIGHTNING
#no: 2
#year: 2003
#---
#... snip ...
FUNCTIONS
uri
year
BUILD
best_albums
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.