line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Clustericious::Config::Plugin; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
626
|
use strict; |
|
1
|
|
|
|
|
6
|
|
|
1
|
|
|
|
|
37
|
|
4
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
26
|
|
5
|
1
|
|
|
1
|
|
572
|
use Clustericious::Config::Helpers; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
134
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# ABSTRACT: deprecated module |
8
|
|
|
|
|
|
|
our $VERSION = '0.28'; # VERSION |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
# Hack to keep old versions of Test::Clustericious::Cluster working |
12
|
|
|
|
|
|
|
*EXPORT = \@Clustericious::Config::Helpers::EXPORT; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
sub Clustericious::Config::Helpers::cluster |
15
|
|
|
|
|
|
|
{ |
16
|
0
|
|
|
0
|
0
|
|
goto &Clustericious::Config::Plugin::cluster; |
17
|
|
|
|
|
|
|
} |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
1; |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
__END__ |