line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Task::Latemp; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
27558
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
30
|
|
4
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
35
|
|
5
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
22
|
use 5.008; |
|
1
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
68
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
=head1 NAME |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
Task::Latemp - Specifications for modules needed by the Latemp CMS. |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=cut |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
our $VERSION = '0.0101'; |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Latemp ( L ) is a Content Management |
19
|
|
|
|
|
|
|
System based on Web Meta Language. This module install all of its |
20
|
|
|
|
|
|
|
required dependencies. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 AUTHOR |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Shlomi Fish, C<< >> |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 BUGS |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Please report any bugs or feature requests to |
29
|
|
|
|
|
|
|
C, or through the web interface at |
30
|
|
|
|
|
|
|
L. |
31
|
|
|
|
|
|
|
I will be notified, and then you'll automatically be notified of progress on |
32
|
|
|
|
|
|
|
your bug as I make changes. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 SUPPORT |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
perldoc Task::Latemp |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
You can also look for information at: |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=over 4 |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
L |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=item * CPAN Ratings |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
L |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
L |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
=item * Search CPAN |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
L |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=back |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=head1 ACKNOWLEDGEMENTS |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
=head1 SEE ALSO |
65
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
L . |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
Copyright 2006 Shlomi Fish, all rights reserved. |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
This program is released under the following license: bsd |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=cut |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
1; # End of Task::Latemp |