-
-
11 Sep 2020 12:33:48 UTC
- Distribution: Catalyst-Devel
- Module version: 1.42
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (6)
- Testers (1035 / 0 / 0)
- Kwalitee
Bus factor: 11- 62.45% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (71.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- Catalyst::Action::RenderView
- Catalyst::Plugin::ConfigLoader
- Catalyst::Plugin::Static::Simple
- Config::General
- File::ChangeNotify
- File::Copy::Recursive
- File::ShareDir
- Module::Install
- Moose
- MooseX::Emulate::Class::Accessor::Fast
- Path::Class
- Template
- namespace::autoclean
- namespace::clean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::Devel - Catalyst Development Tools
DESCRIPTION
The
Catalyst-Devel
distribution includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is intended to make it easier to deploy Catalyst apps. The runtime parts of Catalyst are now known asCatalyst::Runtime
.Catalyst-Devel
includes the Catalyst::Helper system, which autogenerates scripts and tests; Module::Install::Catalyst, a Module::Install extension for Catalyst; and requirements for a variety of development-related modules. The documentation remains with Catalyst::Runtime.SEE ALSO
AUTHOR
Catalyst Contributors, see Catalyst.pm
PROJECT FOUNDER
sri: Sebastian Riedel <sri@cpan.org>
COPYRIGHT
Copyright (c) 2006 - 2009 the Catalyst::Devel "AUTHOR" as listed above.
LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Catalyst::Devel, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Devel
perl -MCPAN -e shell install Catalyst::Devel
For more information on module installation, please visit the detailed CPAN module installation guide.