/usr/local/CPAN/Object-Trampoline/Makefile.PL


use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile
(
	NAME            => 'Object::Trampoline',
	VERSION_FROM    => './lib/Object/Trampoline.pm',
	ABSTRACT_FROM   => './lib/Object/Trampoline.pm',

	PREREQ_PM =>
	{
        # take whatever versions are in the standard distro.

		strict          => 0,
		Carp            => 0,

        Symbol          => 0,
        Scalar::Util    => 0,
	},

);