NAME

CPAN::MirrorStatus - query mirrors status from mirrors.cpan.org

VERSION

version 0.02_01

SYNOPSIS

use CPAN::MirrorStatus;

$q = CPAN::MirrorStatus->new;
$q->st_of("cpan.nctu.edu.tw"); #=> which mirror status do you want to know
$q->query;
$q->render("json");   #=> output json 
$q->render("widget"); #=> output javascript widget

DESCRIPTION

AUTHOR

shelling <shelling@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2009 by shelling <shelling@cpan.org>.

This is free software, licensed under:

The MIT (X11) License