[Catalyst-commits] r6446 - in trunk/Catalyst-Log-Log4perl: .
lib/Catalyst/Log
adam at dev.catalyst.perl.org
adam at dev.catalyst.perl.org
Wed May 30 20:14:18 GMT 2007
Author: adam
Date: 2007-05-30 20:14:16 +0100 (Wed, 30 May 2007)
New Revision: 6446
Modified:
trunk/Catalyst-Log-Log4perl/Changes
trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
Log:
Bumping to 1.00, prepping for release.
Modified: trunk/Catalyst-Log-Log4perl/Changes
===================================================================
--- trunk/Catalyst-Log-Log4perl/Changes 2007-05-30 19:03:16 UTC (rev 6445)
+++ trunk/Catalyst-Log-Log4perl/Changes 2007-05-30 19:14:16 UTC (rev 6446)
@@ -1,4 +1,9 @@
Revision history for Catalyst::Log::Log4perl
+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
+ the experimental stuff likely will remain that way.
+
0.51 Sat Mar 10 11:27:39 PST 2007
- Put in a dependency for Log::Log4perl. (thanks, lbr!) That was dumb!
Modified: trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm
===================================================================
--- trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm 2007-05-30 19:03:16 UTC (rev 6445)
+++ trunk/Catalyst-Log-Log4perl/lib/Catalyst/Log/Log4perl.pm 2007-05-30 19:14:16 UTC (rev 6446)
@@ -69,7 +69,7 @@
use Params::Validate;
use Data::Dump;
-our $VERSION = '0.51';
+our $VERSION = '1.00';
{
my @levels = qw[ debug info warn error fatal ];
More information about the Catalyst-commits
mailing list