NAME
cpanf - Query and install CPAN modules realtime from the fresh mirror
SYNOPSIS
# install Module::Name from the fresh mirror
cpanf Module::Name
# force install
cpanf -fi Module::Name
# install devel releases too
cpanf -di Module::Name
# use cpanm
cpanf -m Module::NAme
# test
cpanf -t Module::Name
# list the recent uploads
cpanf -l
# search the latest uploads for "Catalyst"
cpanf -l Catalyst
DESCRIPTION
cpanf
is a command line tool to find, index and download CPAN modules from fresh mirrors. It would be useful if you want to install modules before it's mirrored to the mirrors near you which usually takes a day or two.
This tool utilizes FriendFeed CPAN relatime bot (http://friendfeed.com/cpan) to search and query the updates and CPAN Testers mirror (http://cpan.cpantesters.org/) to download modules.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.