Index of /ports_www/p5-Catalyst-Plugin-Static-Simple

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 11-Feb-2010 08:28 884 [   ] distinfo 28-May-2011 14:15 175 [TXT] pkg-descr 11-Jul-2006 21:35 576 [   ] pkg-plist 08-May-2007 09:00 490
The Static::Simple plugin is designed to make serving static content in
your application during development quick and easy, without requiring a
single line of code from you.

This plugin detects static files by looking at the file extension in
URL (such as .css or .png or .js). The plugin uses the lightweight
MIME::Types module to map file extensions to IANA-registered MIME
types, and will serve your static files with the correct MIME type
directly to the browser, without being processed through Catalyst.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/