#!perl -w use 5.008; use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Runops::Trace', VERSION_FROM => 'lib/Runops/Trace.pm', );