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
(
	NAME            => 'NEXT::init',
	VERSION         => '1.04.2',
	ABSTRACT		=> <<'END',

DWIM data inheritence for hashes and arrays for 
simple object or ones with mutiple base classes.
Handles sanity checks between class data types,
default construct and init.

END

	PREREQ_PM =>
	{
		# standard distro, particular versions 
		# are unlikely to cause pain.

		strict          => 0,
		warnings        => 0,
		NEXT            => 0,
        Scalar::Util    => 0,
	},
);