| blib/lib/Sman.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Sman; | ||||||
| 2 | |||||||
| 3 | #$Id$ | ||||||
| 4 | # small change | ||||||
| 5 | |||||||
| 6 | require 5.006; | ||||||
| 7 | 3 | 3 | 395 | use strict; | |||
| 3 | 3 | ||||||
| 3 | 66 | ||||||
| 8 | |||||||
| 9 | #$VERSION and $SMAN_DATA_VERSION moved to Sman/Util.pm | ||||||
| 10 | |||||||
| 11 | #our $VERSION = '1.03'; | ||||||
| 12 | #our $SMAN_DATA_VERSION = "1.4"; # this is only relevant to Sman | ||||||
| 13 | # SMAN_DATA_VERSION 1.2 enables section "N" | ||||||
| 14 | # SMAN_DATA_VERSION 1.3 enables use of doclifter to convert pages | ||||||
| 15 | # SMAN_DATA_VERSION 1.4 re-disables use of doclifter to convert pages | ||||||
| 16 | |||||||
| 17 | 1; | ||||||
| 18 | __END__ |