/usr/local/CPAN/App-Physics-ParticleMotion/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'App::Physics::ParticleMotion',
'EXE_FILES' => [
'bin/tk-motion.pl'
],
'VERSION_FROM' => 'lib/App/Physics/ParticleMotion.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Math::Symbolic' => '0.163',
'Math::Project3D' => 0,
'Tk::Cloth' => 0,
'Time::HiRes' => 0,
'Math::RungeKutta' => 0,
'Config::Tiny' => 0,
'Tk' => 0
}
)
;