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