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

require 5.006;

use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'Sort::Packed',
               VERSION_FROM => 'lib/Sort/Packed.pm',
               ABSTRACT_FROM => 'lib/Sort/Packed.pm',
               PREREQ_PM => { Test::More => 0 },
               AUTHOR => 'Salvador Fandino <sfandino@yahoo.com>',
               INC => '-I.' );