The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
              NAME          => 'Sub::Slice',
              VERSION_FROM  => 'lib/Sub/Slice.pm',
              PREREQ_PM => {
              					'Log::Trace' => 0,
              					'Test::Assertions' => 0,              					
                           },
              ABSTRACT_FROM => 'lib/Sub/Slice.pm',
              AUTHOR        => 'British Broadcasting Corporation',
             );