1# PODNAME: Moose::Cookbook::Style
2# ABSTRACT: Expanded into Moose::Manual::BestPractices, so go read that
3
4__END__
5
6=pod
7
8=encoding UTF-8
9
10=head1 NAME
11
12Moose::Cookbook::Style - Expanded into Moose::Manual::BestPractices, so go read that
13
14=head1 VERSION
15
16version 2.2201
17
18=head1 DESCRIPTION
19
20The style cookbook has been replaced by
21L<Moose::Manual::BestPractices>. This POD document still exists for
22the benefit of anyone out there who might've linked to it in the past.
23
24=head1 AUTHORS
25
26=over 4
27
28=item *
29
30Stevan Little <stevan@cpan.org>
31
32=item *
33
34Dave Rolsky <autarch@urth.org>
35
36=item *
37
38Jesse Luehrs <doy@cpan.org>
39
40=item *
41
42Shawn M Moore <sartak@cpan.org>
43
44=item *
45
46יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
47
48=item *
49
50Karen Etheridge <ether@cpan.org>
51
52=item *
53
54Florian Ragwitz <rafl@debian.org>
55
56=item *
57
58Hans Dieter Pearcey <hdp@cpan.org>
59
60=item *
61
62Chris Prather <chris@prather.org>
63
64=item *
65
66Matt S Trout <mstrout@cpan.org>
67
68=back
69
70=head1 COPYRIGHT AND LICENSE
71
72This software is copyright (c) 2006 by Infinity Interactive, Inc.
73
74This is free software; you can redistribute it and/or modify it under
75the same terms as the Perl 5 programming language system itself.
76
77=cut
78