Prepare for a devel release
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
CommitLineData
1f26127c 1package Catalyst::Devel;
2
3use strict;
4use warnings;
5
5d0d6e0d 6our $VERSION = '1.09';
2ad9946d 7our $CATALYST_SCRIPT_GEN = 32;
1f26127c 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
f64c718c 32Catalyst Contributors, see Catalyst.pm
1f26127c 33
71b0e3d1 34=head1 PROJECT FOUNDER
35
36sri: Sebastian Riedel <sri@cpan.org>
37
c93c671b 38=head1 LICENSE
39
40This library is free software, you can redistribute it and/or modify
1f26127c 41it under the same terms as Perl itself.
42
43=cut
44
6066090d 451;