Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.03
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',
          'PL_FILES' => {}
        )
;