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::Column
VERSION
Version 0.02
SYNOPSIS
use WWW::Metalgate::Column;
use XXX;
my @years = WWW::Metalgate::Column->new->years;
warn 0+@years; # 16
YYY @years;
#--- !!perl/hash:WWW::Metalgate::Year
#uri: !!perl/scalar:URI::http http://www.metalgate.jp/best1992.htm
#year: 1992
#--- !!perl/hash:WWW::Metalgate::Year
#uri: !!perl/scalar:URI::http http://www.metalgate.jp/best1993.htm
#year: 1993
#... snip ...
FUNCTIONS
uri
years
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.