| Makefile.PL | |||
|---|---|---|---|
| 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 | # Note: this file was auto-generated by Module::Build::Compat version 0.35 | ||||||
| 2 | require 5.004; | ||||||
| 3 | 1 | 1 | 194152 | use ExtUtils::MakeMaker; | |||
| 1 | 2 | ||||||
| 1 | 165 | ||||||
| 4 | WriteMakefile | ||||||
| 5 | ( | ||||||
| 6 | 'NAME' => 'Text::Truncate', | ||||||
| 7 | 'VERSION_FROM' => 'lib/Text/Truncate.pm', | ||||||
| 8 | 'PREREQ_PM' => { | ||||||
| 9 | 'Carp' => 0, | ||||||
| 10 | 'Test::More' => 0 | ||||||
| 11 | }, | ||||||
| 12 | 'INSTALLDIRS' => 'site', | ||||||
| 13 | 'EXE_FILES' => [], | ||||||
| 14 | 'PL_FILES' => {} | ||||||
| 15 | ) | ||||||
| 16 | ; |