Cleanup of templates.
[catagits/Catalyst-Devel.git] / lib / Catalyst / Devel.pm
CommitLineData
c93c671b 1package Catalyst::Devel;\r
2\r
3use strict;\r
4use warnings;\r
5\r
9ffb6b83 6our $VERSION = '1.00';\r
7our $CATALYST_SCRIPT_GEN = 28;\r
c93c671b 8\r
9=head1 NAME
10
11Catalyst::Devel - Catalyst Development Tools
12\r
13=head1 LICENSE
14
15This library is free software, you can redistribute it and/or modify
16it under the same terms as Perl itself.\r
17\r
18=cut\r
19\r
201;