[Catalyst-commits] r11624 - in trunk/Catalyst-Log-Log4perl: .
lib/Catalyst/Log
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Sun Oct 18 18:09:01 GMT 2009
Author: matthewt
Date: 2009-10-18 18:09:01 +0000 (Sun, 18 Oct 2009)
New Revision: 11624
Modified:
trunk/Catalyst-Log-Log4perl/Changes
trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
Log:
Log::Log4perl copyright fixups
Modified: trunk/Catalyst-Log-Log4perl/Changes
===================================================================
--- trunk/Catalyst-Log-Log4perl/Changes 2009-10-18 18:07:37 UTC (rev 11623)
+++ trunk/Catalyst-Log-Log4perl/Changes 2009-10-18 18:09:01 UTC (rev 11624)
@@ -1,5 +1,7 @@
Revision history for Catalyst::Log::Log4perl
+1.04 Sun Oct 18 19:00:00 BST 2009
+ - Fixup copyright info
- Add tests using Test::Log4perl contributed by Sebastian Willert
- Correct dependency on Log4Perl (RT#41622)
- Remove unused dependency (RT#27361)
Modified: trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
===================================================================
--- trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm 2009-10-18 18:07:37 UTC (rev 11623)
+++ trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm 2009-10-18 18:09:01 UTC (rev 11624)
@@ -69,7 +69,7 @@
use Params::Validate;
use Data::Dump;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
{
my @levels = qw[ debug info warn error fatal ];
@@ -392,7 +392,9 @@
=head1 COPYRIGHT
-Copyright (c) Adam Jacob, C<adam at stalecoffee.org> 2005
+Copyright (c) 2005 - 2009
+the Catalyst::Log::Log4perl L</AUTHORS>
+as listed above.
=head1 LICENSE
More information about the Catalyst-commits
mailing list