don't expect coverage for BUILD or DEMOLISH
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
CommitLineData
1f26127c 1package Catalyst::Devel;
2
3use strict;
4use warnings;
5
a4a12539 6our $VERSION = '1.13';
2a1012a2 7our $CATALYST_SCRIPT_GEN = 34;
1f26127c 8
c93c671b 9=head1 NAME
10
11Catalyst::Devel - Catalyst Development Tools
6066090d 12
1f26127c 13=head1 DESCRIPTION
14
57c6650e 15The C<Catalyst-Devel> distribution includes a variety of modules useful
16for the development of Catalyst applications, but not required to run
17them. This is intended to make it easier to deploy Catalyst apps. The
18runtime parts of Catalyst are now known as C<Catalyst::Runtime>.
1f26127c 19
57c6650e 20C<Catalyst-Devel> includes the L<Catalyst::Helper> system, which
1f26127c 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
7cd3b67e 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;