copyright boilerplate v0.01
Yuval Kogman [Sat, 22 Jul 2006 19:30:52 +0000 (19:30 +0000)]
lib/Catalyst/Plugin/Cache.pm

index 5269739..990f82a 100644 (file)
@@ -602,6 +602,16 @@ regex matching on the keys. Can be used to partition the keyspace.
 L<Catalyst::Plugin::Cache::ControllerNamespacing> - wrap backend objects in a
 name mangler so that every controller gets its own keyspace.
 
-=cut
+=head1 AUTHOR
+
+Yuval Kogman, C<nothingmuch@woobling.org>
+
+=head1 COPYRIGHT & LICENSE
 
+Copyright (c) Yuval Kogman, 2006. All rights reserved.
+
+This library is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself, as well as under the terms of the MIT license.
+
+=cut