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