[Catalyst-commits] r9980 - trunk/Catalyst-Log-Log4perl

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri May 1 22:55:48 GMT 2009


Author: t0m
Date: 2009-05-01 22:55:48 +0000 (Fri, 01 May 2009)
New Revision: 9980

Modified:
   trunk/Catalyst-Log-Log4perl/Changes
   trunk/Catalyst-Log-Log4perl/Makefile.PL
Log:
Fix dependency

Modified: trunk/Catalyst-Log-Log4perl/Changes
===================================================================
--- trunk/Catalyst-Log-Log4perl/Changes	2009-05-01 22:20:43 UTC (rev 9979)
+++ trunk/Catalyst-Log-Log4perl/Changes	2009-05-01 22:55:48 UTC (rev 9980)
@@ -1,6 +1,7 @@
 Revision history for Catalyst::Log::Log4perl
 
   - Add tests using Test::Log4perl contributed by Sebastian Willert
+  - Correct dependency on Log4Perl (RT#41622)
 
 1.03 Sat Mar 21 20:52:20 GMT 2009
   - Fix to work correctly with Log::Dispatch::Email::MailSend, which

Modified: trunk/Catalyst-Log-Log4perl/Makefile.PL
===================================================================
--- trunk/Catalyst-Log-Log4perl/Makefile.PL	2009-05-01 22:20:43 UTC (rev 9979)
+++ trunk/Catalyst-Log-Log4perl/Makefile.PL	2009-05-01 22:55:48 UTC (rev 9980)
@@ -3,7 +3,7 @@
 name 'Catalyst-Log-Log4perl';
 all_from 'lib/Catalyst/Log/Log4perl.pm';
 requires( 'Catalyst'         => '5.60' );
-requires( 'Log::Log4perl'    => '0.49');
+requires( 'Log::Log4perl'    => '1.04');
 requires( 'Params::Validate' => 0 );
 requires( 'Sub::Install'     => 0 );
 requires( 'Data::Dump' => 0 );




More information about the Catalyst-commits mailing list