Added DESCRIPTION to C::Devel
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
CommitLineData
1f26127c 1package Catalyst::Devel;
2
3use strict;
4use warnings;
5
6our $VERSION = '1.00';
7our $CATALYST_SCRIPT_GEN = 28;
8
c93c671b 9=head1 NAME
10
11Catalyst::Devel - Catalyst Development Tools
6066090d 12
1f26127c 13=head1 DESCRIPTION
14
15The C<Catalyst::Devel> package includes a variety of modules useful for the
16development of Catalyst applications, but not required to run them. This
17is intended to make it easier to deploy Catalyst apps. The runtime parts of
18Catalyst are now known as C<Catalyst::Runtime>.
19
20C<Catalyst::Devel> includes the L<Catalyst::Helper> system, which
21autogenerates scripts and tests; L<Module::Install::Catalyst>, a
22L<Module::Install> extension for Catalyst; and requirements for a
23variety of development-related modules. The documentation remains with
24L<Catalyst::Runtime>.
25
26=head1 SEE ALSO
27
28L<Catalyst|Catalyst::Runtime>.
29
6066090d 30=head1 AUTHOR
31
32The Catalyst Core Team - see http://catalyst.perl.org/
1f26127c 33
c93c671b 34=head1 LICENSE
35
36This library is free software, you can redistribute it and/or modify
1f26127c 37it under the same terms as Perl itself.
38
39=cut
40
6066090d 411;