NAME

Pod::Cpandoc - a perldoc that works for modules you don't have

SYNOPSIS

cpandoc Acme::BadExample
    -- works even if you don't have Acme::BadExample installed!

cpandoc -v '$?'
    -- passes everything through to regular perldoc

cpandoc -tT Acme::BadExample | grep -i acme
    -- options are respected even if you scrape the module's docs

vim `cpandoc -l Web::Scraper`
    -- getting the idea yet?

SNEAKY INSTALL

cpanm Pod::Cpandoc
alias perldoc=cpandoc

This should work fine since cpandoc respects all perldoc commands. It's a subclass that just falls back to scraping http://search.cpan.org.

SEE ALSO

The sneaky install was inspired by https://github.com/defunkt/hub

AUTHOR

Shawn M Moore sartak@gmail.com

COPYRIGHT

Copyright 2011 Shawn M Moore.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.