prepared for 5.23
Marcus Ramberg [Fri, 3 Jun 2005 00:53:38 +0000 (00:53 +0000)]
Changes
META.yml
lib/Catalyst/Log.pm

diff --git a/Changes b/Changes
index fa4751f..fc59a38 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.23  2005-00-00 00:00:00
+5.23  2005-06-03 02:30:00
         - added support for non Catalyst::Base components to live in namespace
         - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
 
index 905eb0d..3fa913e 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,12 +1,12 @@
 ---
 name: Catalyst
-version: 5.22
+version: 5.23
 author:
   - Sebastian Riedel, C<sri@oook.de>
 abstract: The Elegant MVC Web Application Framework
 license: perl
 requires:
-  CGI: 0
+  CGI: 3.06
   Class::Accessor::Fast: 0
   Class::Data::Inheritable: 0
   File::Temp: 0.14
@@ -16,7 +16,7 @@ requires:
   HTTP::Request: 0
   HTTP::Response: 0
   LWP::UserAgent: 0
-  Module::Pluggable::Fast: 0.15
+  Module::Pluggable::Fast: 0.16
   Path::Class: 0
   Template: 0
   Text::ASCIITable: 0
@@ -28,7 +28,7 @@ requires:
 provides:
   Catalyst:
     file: lib/Catalyst.pm
-    version: 5.22
+    version: 5.23
   Catalyst::Base:
     file: lib/Catalyst/Base.pm
   Catalyst::Build:
@@ -79,6 +79,8 @@ provides:
     file: lib/Catalyst/Engine/HTTP/Daemon.pm
   Catalyst::Engine::HTTP::Daemon::Catalyst:
     file: lib/Catalyst/Engine/HTTP/Daemon.pm
+  Catalyst::Engine::HTTP::Daemon::Client:
+    file: lib/Catalyst/Engine/HTTP/Daemon.pm
   Catalyst::Engine::SpeedyCGI:
     file: lib/Catalyst/Engine/SpeedyCGI.pm
   Catalyst::Engine::SpeedyCGI::Base:
index 67fc1e6..9792393 100644 (file)
@@ -168,6 +168,14 @@ Disable log levels
 
     $log->disable( 'warn', 'error' );
 
+=item is_debug
+=item is_error
+=item is_fatal
+=item is_info
+=item is_warn
+
+Is the log level active?
+
 =back
 
 =head1 SEE ALSO