NAME
Plack::Middleware::Favicon - deliver common favicon images
SYNOPSIS
use Plack::Builder;
builder {
enable 'Favicon',
src_image_file => 'src_favicon.png';
};
DESCRIPTION
You don't need to prepare favicon images any more if you use this module.
METHODS
- prepare_app
- call
REPOSITORY
Plack::Middleware::Favicon is hosted on github: http://github.com/bayashi/Plack-Middleware-Favicon
I appreciate any feedback :D
AUTHOR
Dai Okabayashi <bayashi@cpan.org>
SEE ALSO
http://itexp.hateblo.jp/entry/website-needs-21-favicons
http://ja.wikipedia.org/wiki/Favicon
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.