From: Marcus Ramberg Date: Fri, 3 Jun 2005 00:53:38 +0000 (+0000) Subject: prepared for 5.23 X-Git-Tag: 5.7099_04~1339 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=49ba64d78a4954b8e478745f317ad6b593a6b0ae prepared for 5.23 --- diff --git a/Changes b/Changes index fa4751f..fc59a38 100644 --- 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 diff --git a/META.yml b/META.yml index 905eb0d..3fa913e 100644 --- a/META.yml +++ b/META.yml @@ -1,12 +1,12 @@ --- name: Catalyst -version: 5.22 +version: 5.23 author: - Sebastian Riedel, C 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: diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index 67fc1e6..9792393 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -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