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