Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.33
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Time::HiRes::Value',
          'VERSION_FROM' => 'lib/Time/HiRes/Value.pm',
          'PREREQ_PM' => {
                           'Test::Exception' => 0,
                           'Test::More' => 0,
                           'Time::HiRes' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;