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