line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Catalyst::Manual::Monthly; |
2
|
1
|
|
|
1
|
|
33209
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
40
|
|
3
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
64
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $VERSION = '0.04'; |
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
|
|
|
|
|
|
|
and others. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 BUGS |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Please report any bugs or requests to C
|
34
|
|
|
|
|
|
|
at rt.cpan.org>, or through the web interface at |
35
|
|
|
|
|
|
|
L. |
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 |