0.14 SubRequest - now with debian friendly copyright info
Matt S Trout [Sun, 18 Oct 2009 17:46:05 +0000 (17:46 +0000)]
Changes
lib/Catalyst/Plugin/SubRequest.pm

diff --git a/Changes b/Changes
index 0c94df4..0bb8323 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::SubRequest
 
+0.14  2009-10-18 18:30:00 BST
+        - Tweak copyright info to ease downstream packaging.
+
 0.13  2008-01-06 22:33:00 CET
         - Update to work with new Stats package.
 
index a9adfce..0494b27 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Plugin::SubRequest;
 use strict;
 use Time::HiRes qw/tv_interval/;
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 
 =head1 NAME
 
@@ -108,6 +108,12 @@ SRI, for writing the awesome Catalyst framework
 
 =head1 COPYRIGHT
 
+Copyright (c) 2005 - 2008
+the Catalyst::Plugin::SubRequest L</AUTHOR>
+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.