line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Task::Latemp; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
60406
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
33
|
|
4
|
1
|
|
|
1
|
|
4
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
16
|
|
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
20
|
use 5.008; |
|
1
|
|
|
|
|
3
|
|
7
|
|
|
|
|
|
|
|
8
|
1
|
|
|
1
|
|
896
|
use CGI; |
|
1
|
|
|
|
|
29751
|
|
|
1
|
|
|
|
|
9
|
|
9
|
1
|
|
|
1
|
|
1057
|
use Class::Accessor; |
|
1
|
|
|
|
|
1935
|
|
|
1
|
|
|
|
|
8
|
|
10
|
1
|
|
|
1
|
|
718
|
use Data::Dumper; |
|
1
|
|
|
|
|
8183
|
|
|
1
|
|
|
|
|
75
|
|
11
|
1
|
|
|
1
|
|
8
|
use File::Basename; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
59
|
|
12
|
1
|
|
|
1
|
|
674
|
use File::Find::Rule; |
|
1
|
|
|
|
|
7059
|
|
|
1
|
|
|
|
|
7
|
|
13
|
1
|
|
|
1
|
|
48
|
use File::Path; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
58
|
|
14
|
1
|
|
|
1
|
|
856
|
use Getopt::Long; |
|
1
|
|
|
|
|
8791
|
|
|
1
|
|
|
|
|
5
|
|
15
|
1
|
|
|
1
|
|
722
|
use HTML::Latemp::GenMakeHelpers; |
|
1
|
|
|
|
|
2622
|
|
|
1
|
|
|
|
|
6
|
|
16
|
1
|
|
|
1
|
|
554
|
use HTML::Latemp::NavLinks::GenHtml::Text; |
|
1
|
|
|
|
|
32407
|
|
|
1
|
|
|
|
|
9
|
|
17
|
1
|
|
|
1
|
|
675
|
use HTML::Latemp::News; |
|
0
|
|
|
|
|
|
|
|
0
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use HTML::Widgets::NavMenu; |
19
|
|
|
|
|
|
|
use Pod::Usage; |
20
|
|
|
|
|
|
|
use Template; |
21
|
|
|
|
|
|
|
use YAML; |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
our $VERSION = '0.0103'; |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
1; # End of Task::Latemp |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
__END__ |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=pod |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=encoding UTF-8 |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 NAME |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Task::Latemp - Specifications for modules needed by the Latemp CMS. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=head1 VERSION |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
version 0.0103 |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=head1 DESCRIPTION |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
Latemp ( L<http://web-cpan.berlios.de/latemp/> ) is a Content Management |
46
|
|
|
|
|
|
|
System based on Web Meta Language. This module install all of its |
47
|
|
|
|
|
|
|
required dependencies. |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=head1 AUTHOR |
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
Shlomi Fish, C<< <shlomif at iglu.org.il> >> |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 BUGS |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
Please report any bugs or feature requests to |
56
|
|
|
|
|
|
|
C<bug-task-latemp at rt.cpan.org>, or through the web interface at |
57
|
|
|
|
|
|
|
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Latemp>. |
58
|
|
|
|
|
|
|
I will be notified, and then you'll automatically be notified of progress on |
59
|
|
|
|
|
|
|
your bug as I make changes. |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=head1 SUPPORT |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
perldoc Task::Latemp |
66
|
|
|
|
|
|
|
|
67
|
|
|
|
|
|
|
You can also look for information at: |
68
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=over 4 |
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
L<http://annocpan.org/dist/Task-Latemp> |
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
=item * CPAN Ratings |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
L<http://cpanratings.perl.org/d/Task-Latemp> |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Latemp> |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
=item * Search CPAN |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
L<http://search.cpan.org/dist/Task-Latemp> |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
=back |
88
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
90
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
=head1 SEE ALSO |
92
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
L<Task> . |
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
Copyright 2006 Shlomi Fish, all rights reserved. |
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
This program is released under the following license: bsd |
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
=head1 AUTHOR |
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
Shlomi Fish <shlomif@cpan.org> |
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
This software is Copyright (c) 2006 by Shlomi Fish. |
108
|
|
|
|
|
|
|
|
109
|
|
|
|
|
|
|
This is free software, licensed under: |
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
The MIT (X11) License |
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
=head1 BUGS |
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
Please report any bugs or feature requests on the bugtracker website |
116
|
|
|
|
|
|
|
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Latemp or by email to |
117
|
|
|
|
|
|
|
bug-task-latemp@rt.cpan.org. |
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
When submitting a bug or request, please include a test-file or a |
120
|
|
|
|
|
|
|
patch to an existing test-file that illustrates the bug or desired |
121
|
|
|
|
|
|
|
feature. |
122
|
|
|
|
|
|
|
|
123
|
|
|
|
|
|
|
=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan |
124
|
|
|
|
|
|
|
|
125
|
|
|
|
|
|
|
=head1 SUPPORT |
126
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
=head2 Perldoc |
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
130
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
perldoc Task::Latemp |
132
|
|
|
|
|
|
|
|
133
|
|
|
|
|
|
|
=head2 Websites |
134
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
The following websites have more information about this module, and may be of help to you. As always, |
136
|
|
|
|
|
|
|
in addition to those websites please use your favorite search engine to discover more resources. |
137
|
|
|
|
|
|
|
|
138
|
|
|
|
|
|
|
=over 4 |
139
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
=item * |
141
|
|
|
|
|
|
|
|
142
|
|
|
|
|
|
|
MetaCPAN |
143
|
|
|
|
|
|
|
|
144
|
|
|
|
|
|
|
A modern, open-source CPAN search engine, useful to view POD in HTML format. |
145
|
|
|
|
|
|
|
|
146
|
|
|
|
|
|
|
L<http://metacpan.org/release/Task-Latemp> |
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
=item * |
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
Search CPAN |
151
|
|
|
|
|
|
|
|
152
|
|
|
|
|
|
|
The default CPAN search engine, useful to view POD in HTML format. |
153
|
|
|
|
|
|
|
|
154
|
|
|
|
|
|
|
L<http://search.cpan.org/dist/Task-Latemp> |
155
|
|
|
|
|
|
|
|
156
|
|
|
|
|
|
|
=item * |
157
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
RT: CPAN's Bug Tracker |
159
|
|
|
|
|
|
|
|
160
|
|
|
|
|
|
|
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN. |
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Task-Latemp> |
163
|
|
|
|
|
|
|
|
164
|
|
|
|
|
|
|
=item * |
165
|
|
|
|
|
|
|
|
166
|
|
|
|
|
|
|
AnnoCPAN |
167
|
|
|
|
|
|
|
|
168
|
|
|
|
|
|
|
The AnnoCPAN is a website that allows community annotations of Perl module documentation. |
169
|
|
|
|
|
|
|
|
170
|
|
|
|
|
|
|
L<http://annocpan.org/dist/Task-Latemp> |
171
|
|
|
|
|
|
|
|
172
|
|
|
|
|
|
|
=item * |
173
|
|
|
|
|
|
|
|
174
|
|
|
|
|
|
|
CPAN Ratings |
175
|
|
|
|
|
|
|
|
176
|
|
|
|
|
|
|
The CPAN Ratings is a website that allows community ratings and reviews of Perl modules. |
177
|
|
|
|
|
|
|
|
178
|
|
|
|
|
|
|
L<http://cpanratings.perl.org/d/Task-Latemp> |
179
|
|
|
|
|
|
|
|
180
|
|
|
|
|
|
|
=item * |
181
|
|
|
|
|
|
|
|
182
|
|
|
|
|
|
|
CPAN Forum |
183
|
|
|
|
|
|
|
|
184
|
|
|
|
|
|
|
The CPAN Forum is a web forum for discussing Perl modules. |
185
|
|
|
|
|
|
|
|
186
|
|
|
|
|
|
|
L<http://cpanforum.com/dist/Task-Latemp> |
187
|
|
|
|
|
|
|
|
188
|
|
|
|
|
|
|
=item * |
189
|
|
|
|
|
|
|
|
190
|
|
|
|
|
|
|
CPANTS |
191
|
|
|
|
|
|
|
|
192
|
|
|
|
|
|
|
The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution. |
193
|
|
|
|
|
|
|
|
194
|
|
|
|
|
|
|
L<http://cpants.cpanauthors.org/dist/Task-Latemp> |
195
|
|
|
|
|
|
|
|
196
|
|
|
|
|
|
|
=item * |
197
|
|
|
|
|
|
|
|
198
|
|
|
|
|
|
|
CPAN Testers |
199
|
|
|
|
|
|
|
|
200
|
|
|
|
|
|
|
The CPAN Testers is a network of smokers who run automated tests on uploaded CPAN distributions. |
201
|
|
|
|
|
|
|
|
202
|
|
|
|
|
|
|
L<http://www.cpantesters.org/distro/T/Task-Latemp> |
203
|
|
|
|
|
|
|
|
204
|
|
|
|
|
|
|
=item * |
205
|
|
|
|
|
|
|
|
206
|
|
|
|
|
|
|
CPAN Testers Matrix |
207
|
|
|
|
|
|
|
|
208
|
|
|
|
|
|
|
The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms. |
209
|
|
|
|
|
|
|
|
210
|
|
|
|
|
|
|
L<http://matrix.cpantesters.org/?dist=Task-Latemp> |
211
|
|
|
|
|
|
|
|
212
|
|
|
|
|
|
|
=item * |
213
|
|
|
|
|
|
|
|
214
|
|
|
|
|
|
|
CPAN Testers Dependencies |
215
|
|
|
|
|
|
|
|
216
|
|
|
|
|
|
|
The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution. |
217
|
|
|
|
|
|
|
|
218
|
|
|
|
|
|
|
L<http://deps.cpantesters.org/?module=Task::Latemp> |
219
|
|
|
|
|
|
|
|
220
|
|
|
|
|
|
|
=back |
221
|
|
|
|
|
|
|
|
222
|
|
|
|
|
|
|
=head2 Bugs / Feature Requests |
223
|
|
|
|
|
|
|
|
224
|
|
|
|
|
|
|
Please report any bugs or feature requests by email to C<bug-task-latemp at rt.cpan.org>, or through |
225
|
|
|
|
|
|
|
the web interface at L<https://rt.cpan.org/Public/Bug/Report.html?Queue=Task-Latemp>. You will be automatically notified of any |
226
|
|
|
|
|
|
|
progress on the request by the system. |
227
|
|
|
|
|
|
|
|
228
|
|
|
|
|
|
|
=head2 Source Code |
229
|
|
|
|
|
|
|
|
230
|
|
|
|
|
|
|
The code is open to the world, and available for you to hack on. Please feel free to browse it and play |
231
|
|
|
|
|
|
|
with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull |
232
|
|
|
|
|
|
|
from your repository :) |
233
|
|
|
|
|
|
|
|
234
|
|
|
|
|
|
|
L<https://github.com/thewml/latemp> |
235
|
|
|
|
|
|
|
|
236
|
|
|
|
|
|
|
git clone ssh://git@github.com:thewml/latemp.git |
237
|
|
|
|
|
|
|
|
238
|
|
|
|
|
|
|
=cut |