Static::Simple, pre-0.09
Andy Grundman [Tue, 27 Sep 2005 14:49:19 +0000 (14:49 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 2c22beb..1e159b2 100644 (file)
--- 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.
index 4d7ce68..352b442 100644 (file)
@@ -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<http://www.iana.org/assignments/media-types/>
 
 Andy Grundman, <andy@hybridized.org>
 
+=head1 CONTRIBUTORS
+
+Marcus Ramberg, <mramberg@cpan.org>
+
 =head1 THANKS
 
 The authors of Catalyst::Plugin::Static: