
use ExtUtils::MakeMaker;
WriteMakefile(
		NAME	=> 'Getopt::Declare',
		VERSION => '1.09',
                PREREQ_PM => { 'Text::Balanced'=> 0 },

	     );
