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