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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Mar 8 23:08:21 GMT 2009


Author: t0m
Date: 2009-03-08 23:08:20 +0000 (Sun, 08 Mar 2009)
New Revision: 9463

Added:
   trunk/Catalyst-Log-Log4perl/.shipit
Modified:
   trunk/Catalyst-Log-Log4perl/
   trunk/Catalyst-Log-Log4perl/Changes
   trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
Log:
Prep for release


Property changes on: trunk/Catalyst-Log-Log4perl
___________________________________________________________________
Name: svn:ignore
   + META.yml
inc
Makefile
blib
pm_to_blib


Added: trunk/Catalyst-Log-Log4perl/.shipit
===================================================================
--- trunk/Catalyst-Log-Log4perl/.shipit	                        (rev 0)
+++ trunk/Catalyst-Log-Log4perl/.shipit	2009-03-08 23:08:20 UTC (rev 9463)
@@ -0,0 +1,5 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+
+svn.tagpattern = http://dev.catalyst.perl.org/repos/Catalyst/tags/Catalyst-Log-Log4perl/%v
+CheckChangeLog.files = Changes

Modified: trunk/Catalyst-Log-Log4perl/Changes
===================================================================
--- trunk/Catalyst-Log-Log4perl/Changes	2009-03-08 23:06:58 UTC (rev 9462)
+++ trunk/Catalyst-Log-Log4perl/Changes	2009-03-08 23:08:20 UTC (rev 9463)
@@ -1,4 +1,8 @@
-Revision history for Catalyst::Log::Log4perl 
+Revision history for Catalyst::Log::Log4perl
+
+1.01 Sun Mar  8 23:07:08 GMT 2009
+  - Fix test suite to work correctly with Catalyst 5.8 (omega)
+
 1.00 Wed May 30 11:31:58 PDT 2007
   - Added _dump support. (Thanks, jshirley)
   - Bumped to 1.00, as there don't seem to be any outstanding bugs, and
@@ -6,19 +10,19 @@
 
 0.51 Sat Mar 10 11:27:39 PST 2007
   - Put in a dependency for Log::Log4perl.  (thanks, lbr!) That was dumb!
-  
+
 0.50 Fri Mar  9 11:50:49 PST 2007
   - Added support for more Log::Log4perl cspecs.  Sebastian Willert provided
     the code for this, and it was graciously tested by jshirley.  It's use
-    should still be considered experimental, as it requires mucking about 
-    with the internals of Log::Log4perl.  
+    should still be considered experimental, as it requires mucking about
+    with the internals of Log::Log4perl.
 
 0.4	Mon Jul  3 14:41:01 PDT 2006
   - Fixed a documentation typo (thanks, ghenry!)
 
 0.3     Sat Apr  8 11:08:36 PDT 2006
   - Added support for init_and_watch, from Stephen Steneker
-				
+
 0.2   	2006-02-10 00:55:10 +0100
   - Resync with Catalyst::Log, by supporting abort(1)
   - Refactor to closures

Modified: trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
===================================================================
--- trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm	2009-03-08 23:06:58 UTC (rev 9462)
+++ trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm	2009-03-08 23:08:20 UTC (rev 9463)
@@ -69,7 +69,7 @@
 use Params::Validate;
 use Data::Dump;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 {
     my @levels = qw[ debug info warn error fatal ];
@@ -380,6 +380,7 @@
 Gavin Henry, C<ghenry at suretecsystems.com> (Typos)
 Sebastian Willert (Overriding CSPECS)
 J. Shirley C<jshirley at gmail.com> (Adding _dump)
+Tomas Doran (t0m) C<bobtfish at bobtfish.net> (Current maintainer)
 
 =head1 LICENSE
 




More information about the Catalyst-commits mailing list