X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=META.yml;h=a4b233a77a00f3c5b301cfa357dc171060942bc5;hp=3f4b24c19235a53b707c3a4ba3b6a9969a3d9f21;hb=d62d8073ed0e52016b17860180e3ed23fb4732a0;hpb=adfe7ead04d6f4431a624299c529d6ff3a396166 diff --git a/META.yml b/META.yml index 3f4b24c..a4b233a 100644 --- a/META.yml +++ b/META.yml @@ -1,32 +1,34 @@ --- name: Catalyst -version: 5.10 +version: 5.33 author: - - Sebastian Riedel, C + - 'Sebastian Riedel, C' abstract: The Elegant MVC Web Application Framework license: perl requires: - CGI::Simple: 0 + CGI: 3.06 Class::Accessor::Fast: 0 Class::Data::Inheritable: 0 + File::Temp: 0.14 HTML::Entities: 0 HTTP::Daemon: 0 - HTTP::Headers: 0 + HTTP::Headers: 1.59 HTTP::Request: 0 HTTP::Response: 0 LWP::UserAgent: 0 - Module::Pluggable::Fast: 0.14 - Path::Class: 0 + Module::Pluggable::Fast: 0.16 + Path::Class: 0.09 Template: 0 Text::ASCIITable: 0 Tree::Simple: 0 Tree::Simple::Visitor::FindByPath: 0 UNIVERSAL::require: 0 URI: 0 + perl: 5.8.1 provides: Catalyst: file: lib/Catalyst.pm - version: 5.10 + version: 5.33 Catalyst::Base: file: lib/Catalyst/Base.pm Catalyst::Build: @@ -37,22 +39,58 @@ provides: file: lib/Catalyst/Engine.pm Catalyst::Engine::Apache: file: lib/Catalyst/Engine/Apache.pm + Catalyst::Engine::Apache::Base: + file: lib/Catalyst/Engine/Apache/Base.pm Catalyst::Engine::Apache::MP13: file: lib/Catalyst/Engine/Apache/MP13.pm + Catalyst::Engine::Apache::MP13::Apreq: + file: lib/Catalyst/Engine/Apache/MP13/Apreq.pm + Catalyst::Engine::Apache::MP13::Base: + file: lib/Catalyst/Engine/Apache/MP13/Base.pm Catalyst::Engine::Apache::MP19: file: lib/Catalyst/Engine/Apache/MP19.pm + Catalyst::Engine::Apache::MP19::Apreq: + file: lib/Catalyst/Engine/Apache/MP19/Apreq.pm + Catalyst::Engine::Apache::MP19::Base: + file: lib/Catalyst/Engine/Apache/MP19/Base.pm Catalyst::Engine::Apache::MP20: file: lib/Catalyst/Engine/Apache/MP20.pm + Catalyst::Engine::Apache::MP20::Apreq: + file: lib/Catalyst/Engine/Apache/MP20/Apreq.pm + Catalyst::Engine::Apache::MP20::Base: + file: lib/Catalyst/Engine/Apache/MP20/Base.pm Catalyst::Engine::CGI: file: lib/Catalyst/Engine/CGI.pm - Catalyst::Engine::FCGI: - file: lib/Catalyst/Engine/FCGI.pm + Catalyst::Engine::CGI::APR: + file: lib/Catalyst/Engine/CGI/APR.pm + Catalyst::Engine::CGI::Base: + file: lib/Catalyst/Engine/CGI/Base.pm + Catalyst::Engine::FastCGI: + file: lib/Catalyst/Engine/FastCGI.pm + Catalyst::Engine::FastCGI::APR: + file: lib/Catalyst/Engine/FastCGI/APR.pm + Catalyst::Engine::FastCGI::Base: + file: lib/Catalyst/Engine/FastCGI/Base.pm Catalyst::Engine::HTTP: file: lib/Catalyst/Engine/HTTP.pm - Catalyst::Engine::HTTP::Catalyst: - file: lib/Catalyst/Engine/HTTP.pm + Catalyst::Engine::HTTP::Base: + file: lib/Catalyst/Engine/HTTP/Base.pm + Catalyst::Engine::HTTP::Daemon: + 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: + file: lib/Catalyst/Engine/SpeedyCGI/Base.pm Catalyst::Engine::Test: file: lib/Catalyst/Engine/Test.pm + Catalyst::Exception: + file: lib/Catalyst/Exception.pm + Catalyst::Exception::Base: + file: lib/Catalyst/Exception.pm Catalyst::Helper: file: lib/Catalyst/Helper.pm version: 0.01 @@ -64,6 +102,8 @@ provides: file: lib/Catalyst/Request/Upload.pm Catalyst::Response: file: lib/Catalyst/Response.pm + Catalyst::Setup: + file: lib/Catalyst/Setup.pm Catalyst::Test: file: lib/Catalyst/Test.pm Catalyst::Utils: