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

WriteMakefile(
	NAME			=> 'Sort::ByExample',
  LICENSE   => 'perl',
  AUTHOR    => 'Ricardo Signes <rjbs@cpan.org>',
	VERSION_FROM	=> 'lib/Sort/ByExample.pm',
	ABSTRACT_FROM	=> 'lib/Sort/ByExample.pm',
  PREREQ_PM => {
    'Sub::Exporter' => 0,
    'Params::Util'  => 0,
  },
);