The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

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