-
-
17 Aug 2012 01:39:42 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone repository
- Issues (27)
- Testers (316 / 2 / 2)
- Kwalitee
Bus factor: 11- License: perl_5
- Perl: v5.8.3
- Activity
24 month- Tools
- Download (267.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Simple::Cookie
- Carp
- Class::C3::Adopt::NEXT
- Class::Load
- Class::MOP
- Data::Dump
- Data::OptList
- HTML::Entities
- HTML::HeadParser
- HTTP::Body
- HTTP::Headers
- HTTP::Request
- HTTP::Request::AsCGI
- HTTP::Response
- LWP::UserAgent
- List::MoreUtils
- MRO::Compat
- Module::Pluggable
- Moose
- MooseX::Emulate::Class::Accessor::Fast
- MooseX::Getopt
- MooseX::MethodAttributes::Inheritable
- MooseX::Role::WithOverloading
- MooseX::Types
- MooseX::Types::Common::Numeric
- MooseX::Types::LoadableClass
- Path::Class
- Plack
- Plack::Middleware::ReverseProxy
- Plack::Test::ExternalServer
- Safe::Isa
- Scalar::Util
- String::RewritePrefix
- Sub::Exporter
- Task::Weaken
- Text::Balanced
- Text::SimpleTable
- Time::HiRes
- Tree::Simple
- Tree::Simple::Visitor::FindByPath
- Try::Tiny
- URI
- namespace::autoclean
- namespace::clean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 5.90016 - 2012-08-16
- prepare_parameters is no longer an attribute builder. It is now a method that calls the correct underlying functionality (Bill Moseley++)
- Updated Makefile.PL to handle MacOXS tar
- Fix uri_for to handle a stringifiable object
- Fix model/view/controller methods to handle stringifiable objects
- Fix RT#78377 - IIS7 ignores response body for 3xx requests, which causes (a different) response to be broken when using keepalive. Fixed by applying Middleware which removes the response body and content length that Catalyst supplies with redirects.
Documentation
Overview of changes between versions of CatalystHow Catalyst and PSGI work togetherInstructions for upgrading to the latest CatalystBootstrap a Catalyst applicationModules
The Elegant MVC Web Application FrameworkCatalyst ActionChain of Catalyst ActionsCatalyst Action ContainerDeprecated 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 DispatchTypeRegex DispatchTypeThe Catalyst DispatcherThe Catalyst EngineThe 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 ClassCatalyst Model base classprovides information about the current client requesthandles file upload requestsstores output responding to the current client requestThe 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.