line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package CPAN::Testers::WWW::Reports; |
2
|
|
|
|
|
|
|
|
3
|
5
|
|
|
5
|
|
214431
|
use warnings; |
|
5
|
|
|
|
|
13
|
|
|
5
|
|
|
|
|
155
|
|
4
|
5
|
|
|
5
|
|
24
|
use strict; |
|
5
|
|
|
|
|
11
|
|
|
5
|
|
|
|
|
159
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $VERSION = '3.58'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
1; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
__END__ |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
CPAN::Testers::WWW::Reports - The CPAN Testers Reports website. |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This distribution contains all the code used to run the CPAN Testers Reports |
19
|
|
|
|
|
|
|
website. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 VHOST FILES |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
The CPAN Testers Reports website is built on top of the Labyrinth Website |
24
|
|
|
|
|
|
|
Management System. As such, much of the code used to drive the website is |
25
|
|
|
|
|
|
|
contained within the Labyrinth and associated plugin prerequisites. In order |
26
|
|
|
|
|
|
|
to define the website in terms of functionality, layout and style, the files |
27
|
|
|
|
|
|
|
within the './vhost' directory of this distribution should be installed into |
28
|
|
|
|
|
|
|
your web server's virtual host directory. |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
Included in the distribution is a C<vhost.conf> file, which contains the |
31
|
|
|
|
|
|
|
virtual host settings to implement the site using the Apache Web Server. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 ADDITIONAL COPYRIGHT |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This distribution includes TinyMCE [1], a Javascript WYSIWYG Editor used within |
36
|
|
|
|
|
|
|
the site. TinyMCE is distributed under the GNU Lesser General Public License |
37
|
|
|
|
|
|
|
Version 2.1, and all files within the './vhost/html/js/tiny_mce' directory |
38
|
|
|
|
|
|
|
are copyright of the TinyMCE project. |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
[1] http://tinymce.moxiecode.com/ |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=head1 SEE ALSO |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
L<Labyrinth>, |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
L<http://www.cpantesters.org> |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
CPAN TESTERS FUND |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
CPAN Testers wouldn't exist without the help and support of the Perl |
51
|
|
|
|
|
|
|
community. However, since 2008 CPAN Testers has grown far beyond the |
52
|
|
|
|
|
|
|
expectations of it's original creators. As a consequence it now requires |
53
|
|
|
|
|
|
|
considerable funding to help support the infrastructure. |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
In early 2012 the Enlightened Perl Organisation very kindly set-up a |
56
|
|
|
|
|
|
|
CPAN Testers Fund within their donatation structure, to help the project |
57
|
|
|
|
|
|
|
cover the costs of servers and services. |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
If you would like to donate to the CPAN Testers Fund, please follow the link |
60
|
|
|
|
|
|
|
below to the Enlightened Perl Organisation's donation site. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
https://members.enlightenedperl.org/drupal/donate-cpan-testers |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
If your company would like to support us, you can donate financially via the |
65
|
|
|
|
|
|
|
fund link above, or if you have servers or services that we might use, please |
66
|
|
|
|
|
|
|
send an email to admin@cpantesters.org with details. |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
Our full list of current sponsors can be found at our I <3 CPAN Testers site. |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
http://iheart.cpantesters.org |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=head1 AUTHOR |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
Barbie, <barbie@missbarbell.co.uk> for |
75
|
|
|
|
|
|
|
Miss Barbell Productions, L<http://www.missbarbell.co.uk/> |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions |
80
|
|
|
|
|
|
|
All Rights Reserved. |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
This module is free software; you can redistribute it and/or |
83
|
|
|
|
|
|
|
modify it under the Artistic License 2.0. |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=cut |