-
-
12 Apr 2013 17:09:27 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone repository
- Issues (27)
- Testers (694 / 2 / 0)
- Kwalitee
Bus factor: 11- License: perl_5
- Perl: v5.8.3
- Activity
24 month- Tools
- Download (273.32KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Simple::Cookie
- Carp
- Catalyst::DispatchType::Regex
- 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
- 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.90030 - 2013-04-12
- ! POSSIBLE BREAKING CHANGE: Removed Regexp dispatch type from core, and put it in an external package. If you need Regexp dispatch types you should add "Catalyst-DispatchType-Regex" as a distribution to your build system.
- make $app->uri_for and related methods return something sane, when called as an application method, instead of a context method. Now if you call MyApp::Web->uri_for(...) you will get a generic URI object that you need to resolve manually.
- documentation updates around forwarding to chained actions.
- Fixed bug when a PSGI engine need to use psgix logger.
- Added cpanfile as a way to notice we are a dev checkout.
- Added 'x-tunneled-method' HTTP Header method override to match features in Catalyst::Action::REST and in other similar systems on CPAN.
- smarter valiation around action attributes.
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 ContainerMatch on HTTP MethodsDeprecated 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 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.pmOther files
Module 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.