The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Comic::Plugin::Jerkcity - WWW::Comic plugin to fetch Jerkcity

SYNOPSIS

See WWW::Comic for full details.

        use strict;
        use warnings;

        use WWW::Comic;

        my $huglaghalglah = new WWW::Comic;

        my $latest = $huglaghalglah->get_strip( comic => 'jerkcity' );

        my $specific = $huglaghalglah->get_strip( comic => 'jerkcity', id => 23 );

DESCRIPTION

A plugin for WWW::Comic to fetch the Jerkcity comic from http://www.jerkcity.com/

See WWW::Comic and WWW::Comic::Plugin for information on the WWW::Comic interface.

FUNCTIONS

new

Constructor - see WWW::Comic for usage

AUTHOR

Luke Poskitt, <ltp at cpan.org>

BUGS

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

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WWW::Comic::Plugin::Jerkcity

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 Luke Poskitt.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.