# Makefile.PL for PDL::Graphics::PGPLOT module. # Use this as a template for the Makefile.PL for # any external PDL module. use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'PDL::Graphics::Limits', 'VERSION_FROM' => '../../Basic/Core/Version.pm', );