X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FStatic%2FSimple.pm;h=713d023c9c9ce8f2bab2bb581c709e784d106796;hp=a905e68f22930171999e8aae619aec43098981a3;hb=1cc75f96494bd514ef57d7b2ea8229e5bf5858cc;hpb=ac7cf9589b2a5629350bf79828d29e559fa4e66f diff --git a/lib/Catalyst/Plugin/Static/Simple.pm b/lib/Catalyst/Plugin/Static/Simple.pm index a905e68..713d023 100644 --- a/lib/Catalyst/Plugin/Static/Simple.pm +++ b/lib/Catalyst/Plugin/Static/Simple.pm @@ -9,7 +9,7 @@ use IO::File (); use MIME::Types (); use MRO::Compat; -our $VERSION = '0.23'; +our $VERSION = '0.24'; __PACKAGE__->mk_accessors( qw/_static_file _static_debug_message/ ); @@ -553,6 +553,12 @@ For the include_path code from Template Toolkit: =head1 COPYRIGHT +Copyright (c) 2005 - 2009 +the Catalyst::Plugin::Static::Simple L and L +as listed above. + +=head1 LICENSE + This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.