The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use ExtUtils::MakeMaker;

require 5.006;

WriteMakefile( NAME => 'Devel::SmallProf',
               VERSION_FROM => 'lib/Devel/SmallProf.pm',
	       ABSTRACT_FROM => 'lib/Devel/SmallProf.pm',
               PREREQ_PM => { 'Time::HiRes' => '1.20' },
               clean => { FILES => 'smallprof.out' } );