package Catalyst::Devel; require 5.008003; use strict; use warnings; our $VERSION = '1.42'; $VERSION =~ tr/_//d; our $CATALYST_SCRIPT_GEN = 40; 1; __END__ =head1 NAME Catalyst::Devel - Catalyst Development Tools =head1 DESCRIPTION The C 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 C. C includes the L system, which autogenerates scripts and tests; L, a L extension for Catalyst; and requirements for a variety of development-related modules. The documentation remains with L. =head1 SEE ALSO L. =head1 AUTHOR Catalyst Contributors, see Catalyst.pm =head1 PROJECT FOUNDER sri: Sebastian Riedel =head1 COPYRIGHT Copyright (c) 2006 - 2009 the Catalyst::Devel L as listed above. =head1 LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut