Catalyst::Devel - Catalyst Development Tools


Catalyst-Devel documentation Contained in the Catalyst-Devel distribution.

Index


Code Index:

NAME

Top

Catalyst::Devel - Catalyst Development Tools

DESCRIPTION

Top

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 as Catalyst::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

Top

Catalyst.

AUTHOR

Top

Catalyst Contributors, see Catalyst.pm

PROJECT FOUNDER

Top

sri: Sebastian Riedel <sri@cpan.org>

COPYRIGHT

Top

LICENSE

Top

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.


Catalyst-Devel documentation Contained in the Catalyst-Devel distribution.

package Catalyst::Devel;

use strict;
use warnings;

# Change Catalyst::Helper also.
our $VERSION             = '1.33';
our $CATALYST_SCRIPT_GEN = 40;

$VERSION = eval $VERSION;

1;