summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 70e882137b6a341adc71e82ecdfbba9dfd6fb357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Struct::Dumb',
  'VERSION_FROM' => 'lib/Struct/Dumb.pm',
  'PREREQ_PM' => {
                   'Test::Fatal' => 0,
                   'Test::More' => '0.88'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;