/usr/local/CPAN/Attribute-Types/Makefile.PL



use ExtUtils::MakeMaker;
WriteMakefile(
		NAME	=> 'Attribute::Types',
		VERSION => '0.10',
		PREREQ_PM => { Attribute::Handlers => 0 },

	     );