line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# CPAN::Testers - QA of CPAN distributions via cross-platform testing |
2
|
|
|
|
|
|
|
# Copyright (c) 2007-2014 CPAN Testers. All rights reserved. |
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
# This distribution is free software; you can redistribute it and/or |
5
|
|
|
|
|
|
|
# modify it under the Artistic License v2. |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful, |
8
|
|
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
9
|
|
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
package CPAN::Testers; |
12
|
|
|
|
|
|
|
|
13
|
5
|
|
|
5
|
|
133472
|
use warnings; |
|
5
|
|
|
|
|
14
|
|
|
5
|
|
|
|
|
183
|
|
14
|
5
|
|
|
5
|
|
27
|
use strict; |
|
5
|
|
|
|
|
11
|
|
|
5
|
|
|
|
|
177
|
|
15
|
5
|
|
|
5
|
|
25
|
use vars qw($VERSION); |
|
5
|
|
|
|
|
14
|
|
|
5
|
|
|
|
|
388
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
$VERSION = '0.06'; |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
1; |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
__END__ |