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