The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Comic::Plugin::DinosaurComics - WWW::Comic plugin to fetch Dinosaur Comics

SYNOPSIS

See WWW::Comic for full details.

        use strict;
        use warnings;

        use WWW::Comic;

        my $wc = new WWW::Comic;

        my $latest = $wc->get_strip( comic => 'dinosaur_comics' );

        my $favorite = $wc->get_strip( comic => 'dinosaur_comics', id => 1999 );

DESCRIPTION

A plugin for WWW::Comic to fetch Dinosaur Comics from http://www.qwantz.com/

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

METHODS

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-dinosaurcomics at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Comic-Plugin-DinosaurComics. 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::DinosaurComics

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.