blib/lib/Mojo/Bass.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 2 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 3 | 3 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | BEGIN { | ||||||
3 | 1 | 1 | 705 | require Jojo::Base; | |||
4 | 1 | 109943 | *Mojo::Bass:: = *Jojo::Base::; | ||||
5 | } | ||||||
6 | |||||||
7 | package Mojo::Bass; | ||||||
8 | $Mojo::Bass::VERSION = '0.4.0'; | ||||||
9 | # ABSTRACT: DEPRECATED! Mojo::Base + lexical "has" | ||||||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | #pod =encoding utf8 | ||||||
14 | #pod | ||||||
15 | #pod =head1 DESCRIPTION | ||||||
16 | #pod | ||||||
17 | #pod DEPRECATED! Use L |
||||||
18 | #pod | ||||||
19 | #pod =head1 SEE ALSO | ||||||
20 | #pod | ||||||
21 | #pod L |
||||||
22 | #pod | ||||||
23 | #pod =cut | ||||||
24 | |||||||
25 | __END__ |