module skeleton
[catagits/Catalyst-Manual-Monthly.git] / lib / Catalyst / Manual / Monthly.pm
1 package Catalyst::Manual::Monthly;
2 use strict;
3 use warnings;
4
5 our $VERSION = '0.01';
6
7 =head1 NAME
8
9 Catalyst::Manual::Monthly
10
11 This is repository for the monthly articles which replace the Catalyst
12 Advent Calendar.  Following the Catalyst philosophy, the Catalyst monthly
13 doesn't use Catalyst it uses the CPAN toolchain to achieve its aims.
14 Occasionally a catalyst application (e.g. Metacpan) might be used for
15 system integration tasks.
16
17 Articles are stored in directories as with:
18 lib/Catalyst/Monthly/[Year]/[Month]/[SomeDescriptiveFilename].pod
19
20 In due course an RSS scraper will be written to facilitate notifications of
21 publication of new articles and edits to old articles.
22
23 =head1 AUTHOR
24
25 Catalyst Documentation Team
26
27 <zarquon@cpan.org> and others.
28
29 =head1 BUGS
30
31 Please report any bugs or requests to C<bug-catalyst-manual-monthly
32 at rt.cpan.org>, or through the web interface at
33 L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Manual-Monthly>.
34 I will be notified, and then you'll automatically be notified of progress
35 on your bug as I make changes.
36
37 =head2 Contributions
38
39 Submit contributions via the RT queue above, or by bugging people on #catalyst on irc.perl.org.
40
41
42 =head1 ACKNOWLEDGEMENTS
43
44 Catalyst Core developer team, past and present, catalyst contributors, and
45 the CPAN toolchain hackers.
46
47 =head1 LICENSE AND COPYRIGHT
48
49 Copyright 2012 Catalyst Documentation team
50
51 This documentation can be redistributed under the terms of either: the GNU
52 General Public License as published by the Free Software Foundation; or the
53 Artistic License.
54
55 See http://dev.perl.org/licenses/ for more information.
56
57
58 =cut
59
60 1; # End of Catalyst::Manual::Monthly