| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
use Kelp::Base 'Kelp::Module::Config'; |
|
2
|
2
|
|
|
2
|
|
804
|
|
|
|
2
|
|
|
|
|
3
|
|
|
|
2
|
|
|
|
|
10
|
|
|
3
|
|
|
|
|
|
|
# Kelp::Less applications start with no modules or middleware |
|
4
|
|
|
|
|
|
|
attr data => sub { |
|
5
|
|
|
|
|
|
|
my $self = shift; |
|
6
|
|
|
|
|
|
|
my $hash = $self->SUPER::data(); |
|
7
|
|
|
|
|
|
|
$hash->{modules} = $hash->{middleware} = []; |
|
8
|
|
|
|
|
|
|
return $hash; |
|
9
|
|
|
|
|
|
|
}; |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
1; |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=pod |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 TITLE |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Kelp::Module::Config::Less |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Light config for L<Kelp::Less> |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
L<Kelp>, L<Kelp::Less> |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=cut |