Subject: | Module source is not included when scraping |
Where perldoc -m would display the source of a module, if you don't have
that module installed cpandoc -m displays only the POD. This is because
we query
http://api.metacpan.org/pod/Web::Scraper
instead of the (ideally)
http://api.metacpan.org/source/Web::Scraper
Shawn