/usr/local/CPAN/Statistics-Shannon/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile(
	NAME		=> 'Statistics::Shannon',
	VERSION_FROM	=> 'lib/Statistics/Shannon.pm',
	PREREQ_PM	=> { 'Statistics::Frequency' => '0.03' },
	dist		=> { 'COMPRESS' => 'gzip' }
);