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 strict;
require ExtUtils::MakeMaker;
my %opts = (
	    NAME => 'CSL',
            VERSION_FROM => 'CPAN/Search/Lite/Query.pm',
            PMLIBDIRS => [qw(CPAN PPM SOAP Apache2)],
	    dist   => {
			 SUFFIX   => 'gz',
			 COMPRESS => 'gzip -9f',
			},
	   );

WriteMakefile( %opts);