From: Andy Grundman Date: Tue, 27 Sep 2005 14:49:19 +0000 (+0000) Subject: Static::Simple, pre-0.09 X-Git-Tag: v0.09~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=commitdiff_plain;h=fa43d6b569075865b4f14f1dbabea61645eb55a0 Static::Simple, pre-0.09 --- diff --git a/Changes b/Changes index 2c22beb..1e159b2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple - - Added support for squishing logs, depends on Cat 5.50. +0.09 + - Added support for squishing logs, depends on Cat 5.50. + (Marcus Ramberg) + - include_path is no longer experimental. 0.08 2005-09-07 18:50:00 - Added tests for everything except Apache support. diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index 4d7ce68..352b442 100644 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -7,7 +7,7 @@ use File::stat; use MIME::Types; use NEXT; -our $VERSION = '0.08'; +our $VERSION = '0.09'; __PACKAGE__->mk_classdata( qw/_static_mime_types/ ); __PACKAGE__->mk_accessors( qw/_static_file @@ -312,7 +312,7 @@ specified using qr//. qr/^(images|css)/, ]; -=head2 Including additional directories (experimental!) +=head2 Including additional directories You may specify a list of directories in which to search for your static files. The directories will be searched in order and will return the first @@ -414,6 +414,10 @@ L Andy Grundman, +=head1 CONTRIBUTORS + +Marcus Ramberg, + =head1 THANKS The authors of Catalyst::Plugin::Static: