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.03 | ||||||
2 | 1 | 1 | 172375 | use ExtUtils::MakeMaker; | |||
1 | 3 | ||||||
1 | 196 | ||||||
3 | WriteMakefile | ||||||
4 | ( | ||||||
5 | 'NAME' => 'Module::Phalanx100', | ||||||
6 | 'VERSION_FROM' => 'lib/Module/Phalanx100.pm', | ||||||
7 | 'PREREQ_PM' => { | ||||||
8 | 'Test::More' => '0', | ||||||
9 | 'Tie::IxHash' => '0' | ||||||
10 | }, | ||||||
11 | 'INSTALLDIRS' => 'site', | ||||||
12 | 'PL_FILES' => {} | ||||||
13 | ) | ||||||
14 | ; |