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

NAME

App::Phoebe::Favicon - serve a favicon via the web for Phoebe

DESCRIPTION

This adds an ominous looking Jupiter planet SVG icon as the favicon for the web view of your site.

There is no configuration. Simply add it to your config file:

    App::Phoebe::Favicon

It would be nice if this code were to look for a favicon.jpg or favicon.svg in the data directory and served that, only falling back to the Jupiter planet SVG if no such file can be found. We could cache the content of the file in the $server hash reference… Well, if somebody writes it, it shall be merged. 😃