
WWW::Comic::Plugin::CyanideAndHappiness - WWW::Comic plugin to fetch C+H

Version 0.01

See WWW::Comic for full details, but here's a brief example:
use WWW::Comic;
my $wc = new WWW::Comic;
my $latest_candh_strip_url
= WWW::Comic->strip_url(comic => 'cyanideandhappiness');

A plugin for WWW::Comic to fetch the Cyanide and Happiness comic from http://www.explosm.net/
See WWW::Comic and WWW::Comic::Plugin for information on the WWW::Comic interface.

Constructor - see WWW::Comic for usage
Returns the URL to the current strip image (or, if given the 'id' param, the URL to that particular strip)

David Precious, <davidp at preshweb.co.uk>

Please report any bugs or feature requests to bug-www-comic-plugin-cyanideandhappiness at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Comic-Plugin-CyanideAndHappiness. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc WWW::Comic::Plugin::CyanideAndHappiness
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Comic-Plugin-CyanideAndHappiness
http://annocpan.org/dist/WWW-Comic-Plugin-CyanideAndHappiness
http://cpanratings.perl.org/d/WWW-Comic-Plugin-CyanideAndHappiness
http://search.cpan.org/dist/WWW-Comic-Plugin-CyanideAndHappiness

To Nicola Worthington (NICOLAW) for writing WWW::Comic

Copyright 2008 David Precious, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.