Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfx/plack-middleware-devfavicon


https://github.com/gfx/plack-middleware-devfavicon

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

Plack::Middleware::DevFavicon - Shows gray favicon for development env

# SYNOPSIS

use Plack::Builder;

builder {
enable_if { $ENV{PLACK_ENV} eq 'development' } 'DevFavicon';
...;
};

# DESCRIPTION

Plack::Middleware::DevFavicon shows gray favicon for a specific environment
in order to distinguish the production environment.

# LICENSE

Copyright (C) Fuji, Goro.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Fuji, Goro