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