[Catalyst-commits] r9482 - in trunk/Catalyst-Log-Log4perl: . lib/Catalyst/Log t/lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Mar 10 12:58:26 GMT 2009


Author: t0m
Date: 2009-03-10 12:58:25 +0000 (Tue, 10 Mar 2009)
New Revision: 9482

Modified:
   trunk/Catalyst-Log-Log4perl/Changes
   trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
   trunk/Catalyst-Log-Log4perl/t/lib/MockApp.pm
Log:
Checking in changes prior to tagging of version 1.02.  Changelog diff is:

Index: Changes
===================================================================
--- Changes	(revision 9481)
+++ Changes	(working copy)
@@ -1,5 +1,8 @@
 Revision history for Catalyst::Log::Log4perl
 
+1.02 Tue Mar 10 12:56:06 GMT 2009
+  - Remove dependency on parent.pm from the new tests.
+
 1.01 Sun Mar  8 23:07:08 GMT 2009
   - Fix test suite to work correctly with Catalyst 5.8 (omega)
 


Modified: trunk/Catalyst-Log-Log4perl/Changes
===================================================================
--- trunk/Catalyst-Log-Log4perl/Changes	2009-03-10 04:07:22 UTC (rev 9481)
+++ trunk/Catalyst-Log-Log4perl/Changes	2009-03-10 12:58:25 UTC (rev 9482)
@@ -1,5 +1,8 @@
 Revision history for Catalyst::Log::Log4perl
 
+1.02 Tue Mar 10 12:56:06 GMT 2009
+  - Remove dependency on parent.pm from the new tests.
+
 1.01 Sun Mar  8 23:07:08 GMT 2009
   - Fix test suite to work correctly with Catalyst 5.8 (omega)
 

Modified: trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
===================================================================
--- trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm	2009-03-10 04:07:22 UTC (rev 9481)
+++ trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm	2009-03-10 12:58:25 UTC (rev 9482)
@@ -69,7 +69,7 @@
 use Params::Validate;
 use Data::Dump;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 {
     my @levels = qw[ debug info warn error fatal ];

Modified: trunk/Catalyst-Log-Log4perl/t/lib/MockApp.pm
===================================================================
--- trunk/Catalyst-Log-Log4perl/t/lib/MockApp.pm	2009-03-10 04:07:22 UTC (rev 9481)
+++ trunk/Catalyst-Log-Log4perl/t/lib/MockApp.pm	2009-03-10 12:58:25 UTC (rev 9482)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use parent qw/Catalyst/;
+use base qw/Catalyst/;
 
 use Catalyst::Log::Log4perl;
 




More information about the Catalyst-commits mailing list