line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Clustericious::Config::Plugin; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
542
|
use strict; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
39
|
|
4
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
36
|
|
5
|
1
|
|
|
1
|
|
472
|
use Clustericious::Config::Helpers; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
156
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
# ABSTRACT: Deprecated module |
8
|
|
|
|
|
|
|
our $VERSION = '0.30'; # 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__ |