| blib/lib/suggested.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 430 | use 5.008001; | |||
| 1 | 3 | ||||||
| 1 | 31 | ||||||
| 2 | 1 | 1 | 3 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 26 | ||||||
| 3 | 1 | 1 | 8 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 62 | ||||||
| 4 | |||||||
| 5 | package suggested; | ||||||
| 6 | # ABSTRACT: Load suggested modules on demand when available | ||||||
| 7 | |||||||
| 8 | require recommended; | ||||||
| 9 | |||||||
| 10 | our @ISA = qw/recommended/; | ||||||
| 11 | our $VERSION = '0.003'; | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | |||||||
| 16 | # vim: ts=4 sts=4 sw=4 et: | ||||||
| 17 | |||||||
| 18 | __END__ |