Makefile.PL (Math-MatrixReal-2.12) | : | Makefile.PL (Math-MatrixReal-2.13) | ||
---|---|---|---|---|
# Note: this file was auto-generated by Module::Build::Compat version 0.4205 | # Note: this file was auto-generated by Module::Build::Compat version 0.4003 | |||
use ExtUtils::MakeMaker; | use ExtUtils::MakeMaker; | |||
WriteMakefile | WriteMakefile | |||
( | ( | |||
'PL_FILES' => {}, | ||||
'INSTALLDIRS' => 'site', | ||||
'NAME' => 'Math::MatrixReal', | 'NAME' => 'Math::MatrixReal', | |||
'EXE_FILES' => [], | ||||
'VERSION_FROM' => 'lib/Math/MatrixReal.pm', | 'VERSION_FROM' => 'lib/Math/MatrixReal.pm', | |||
'PREREQ_PM' => { | 'PREREQ_PM' => { | |||
'Test::Most' => 0, | 'File::Spec' => 0, | |||
'File::Spec' => 0 | 'Test::Most' => 0 | |||
} | }, | |||
'INSTALLDIRS' => 'site', | ||||
'EXE_FILES' => [], | ||||
'PL_FILES' => {} | ||||
) | ) | |||
; | ; | |||
End of changes. 4 change blocks. | ||||
7 lines changed or deleted | 7 lines changed or added |