Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/plack-middleware-devfavicon
https://github.com/gfx/plack-middleware-devfavicon
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfx/plack-middleware-devfavicon
- Owner: gfx
- License: other
- Created: 2013-09-07T16:01:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T03:38:26.000Z (about 11 years ago)
- Last Synced: 2023-08-20T22:15:42.085Z (about 1 year ago)
- Language: Perl
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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