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;
WriteMakefile(
	      'ABSTRACT_FROM' => 'Mediasurface.pm',
	      'AUTHOR' => 'Nigel Wetters <nwetters@cpan.org>',
	      'NAME' => 'Db::Mediasurface',
	      'PREREQ_PM' => {
		  'DBI'                          => '0',
		  'Db::Mediasurface::Cache'      => '0',
		  'Db::Mediasurface::ReadConfig' => '0'
	      },
	      'VERSION_FROM' => 'Mediasurface.pm',
);