-
-
11 Sep 2020 12:38:26 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (27)
- Testers (2287 / 1 / 0)
- Kwalitee
Bus factor: 11- 85.17% Coverage
- License: perl_5
- Perl: v5.8.3
- Activity
24 month- Tools
- Download (374.97KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Simple::Cookie
- CGI::Struct
- Carp
- Class::C3::Adopt::NEXT
- Class::Load
- Data::Dump
- Data::OptList
- Devel::InnerPackage
- Encode
- HTML::Entities
- HTML::HeadParser
- HTTP::Body
- HTTP::Headers
- HTTP::Request
- HTTP::Response
- Hash::MultiValue
- JSON::MaybeXS
- LWP
- List::Util
- MRO::Compat
- Module::Pluggable
- Moose
- MooseX::Emulate::Class::Accessor::Fast
- MooseX::Getopt
- MooseX::MethodAttributes::Role::AttrContainer::Inheritable
- Path::Class
- PerlIO::utf8_strict
- Plack
- Plack::Middleware::Conditional
- Plack::Middleware::ContentLength
- Plack::Middleware::FixMissingBodyInRedirect
- Plack::Middleware::HTTPExceptions
- Plack::Middleware::Head
- Plack::Middleware::IIS6ScriptNameFix
- Plack::Middleware::IIS7KeepAliveFix
- Plack::Middleware::LighttpdScriptNameFix
- Plack::Middleware::MethodOverride
- Plack::Middleware::RemoveRedundantBody
- Plack::Middleware::ReverseProxy
- Plack::Request::Upload
- Plack::Test::ExternalServer
- Safe::Isa
- Scalar::Util
- Socket
- Stream::Buffered
- String::RewritePrefix
- Sub::Exporter
- Task::Weaken
- Text::Balanced
- Text::SimpleTable
- Time::HiRes
- Tree::Simple
- Tree::Simple::Visitor::FindByUID
- Try::Tiny
- URI
- URI::ws
- namespace::clean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 5.90128 - 2020-09-11
- fix command to run psgi compile test if Catalyst not already installed
- improve debugging output on psgi compile test
Changes for version 5.90_127 - 2020-07-27
- fix TODO tests for uri_for as a class method
- silence warnings in tests
- remove developer prerequisites on Catalyst plugins
- cleanups and fixes for optional tests
- bump Moose prereq to 2.1400, and drop MooseX::Role::WithOverloading prereq
- stop warning about missing Term::Size::Any when it isn't useful
Documentation
Contributing to Catalyst and Change managementOverview of changes between versions of CatalystHow Catalyst and PSGI work togetherHow Catalyst maps an incoming URL to actions in controllers.All About UTF8 and Catalyst EncodingInstructions for upgrading to the latest CatalystBootstrap a Catalyst applicationModules
The Elegant MVC Web Application FrameworkCatalyst ActionChain of Catalyst ActionsCatalyst Action ContainerMatch on HTTP Request Content-TypeMatch on HTTP MethodsMatch on GET parameters using type constraintsMatch on HTTP Request SchemeDeprecated base classClass data accessorsCatalyst Component Base ClassMoose Role for components which capture the application context.Moose Role for components which need to close over the $ctx, without leakingCatalyst Controller base classDispatchType Base ClassPath Part DispatchTypeDefault DispatchTypeIndex DispatchTypePath DispatchTypeThe Catalyst DispatcherThe Catalyst Engineremoved moduleThe Catalyst Engine LoaderCatalyst Exception ClassBasic Catalyst Exception RoleException for redispatching using $ctx->detach()Exception for redispatching using $ctx->go()Role defining the interface for Catalyst exceptionsCatalyst Log ClassThe Catalyst stash - in middlewareCatalyst Model base classUnicode aware Catalystprovides information about the current client requesthandles file upload requestshandles file upload requestsstores output responding to the current client requestProxy over the PSGI WriterThe Catalyst Framework RuntimeThe CGI Catalyst ScriptCreate a new Catalyst ComponentThe FastCGI Catalyst ScriptCatalyst test serverTest Catalyst application on the command lineCommon functionality for Catalyst scripts.The Catalyst Framework script runnerCatalyst Timing Statistics ClassTest Catalyst ApplicationsThe Catalyst UtilsCatalyst View base classProvides
in lib/Catalyst/Exception.pmModule Install Instructions
To install Catalyst::Runtime, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Runtime
perl -MCPAN -e shell install Catalyst::Runtime
For more information on module installation, please visit the detailed CPAN module installation guide.