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 5.012;
use ExtUtils::MakeMaker;

WriteMakefile
(
    NAME          => 'Exporter::Proxy',
    VERSION_FROM  => 'lib/Exporter/Proxy.pm',
    ABSTRACT_FROM => 'lib/Exporter/Proxy.pm',
    PREREQ_PM     =>
    {
        # standard distro, particular versions 
        # are unlikely to cause pain.

		qw
		(
			strict      	0
			experimental	0
			Carp        	0
			Symbol      	0
			Test::More		0
		)
    }
);