NAME
App::ZofCMS::Plugin::RandomBashOrgQuote - tiny plugin to fetch random quotes from http://bash.org/
SYNOPSIS
Include the plugin
plugins => [
qw/RandomBashOrgQuote/
],
In HTML::Template file:
<pre><tmpl_var escape='html' name='plug_random_bash_org_quote'></pre>
DESCRIPTION
The module is a plugin for App::ZofCMS that provides means to fetch a random quote from http://bash.org/.
This documentation assumes you've read App::ZofCMS, App::ZofCMS::Config and App::ZofCMS::Template
TO RUN THE PLUGIN
plugins => [
qw/RandomBashOrgQuote/
],
Unlike many other plugins, this plugin does not have any configuration options and will run if it's included in the list of plugins to run.
OUTPUT
<pre><tmpl_var escape='html' name='plug_random_bash_org_quote'></pre>
Plugin will set $t->{t}{plug_random_bash_org_quote}
to the fetched random quote or to an error message if an error occured; in case of an error the message will be prefixed with Error:
(in case you wanna mingle with that).
AUTHOR
'Zoffix, <'zoffix at cpan.org'>
(http://haslayout.net/, http://zoffix.com/, http://zofdesign.com/)
BUGS
Please report any bugs or feature requests to bug-app-zofcms-plugin-randombashorgquote at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ZofCMS-Plugin-RandomBashOrgQuote. 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 App::ZofCMS::Plugin::RandomBashOrgQuote
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ZofCMS-Plugin-RandomBashOrgQuote
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/App-ZofCMS-Plugin-RandomBashOrgQuote
CPAN Ratings
http://cpanratings.perl.org/d/App-ZofCMS-Plugin-RandomBashOrgQuote
Search CPAN
http://search.cpan.org/dist/App-ZofCMS-Plugin-RandomBashOrgQuote/
COPYRIGHT & LICENSE
Copyright 2009 'Zoffix, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.