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

WriteMakefile( NAME => 'Proc::Queue',
               VERSION_FROM => 'lib/Proc/Queue.pm',
               ABSTRACT_FROM => 'lib/Proc/Queue.pm',
               AUTHOR => 'Salvador FandiƱo <sfandino@yahoo.com>',
               # LICENSE => 'perl',
               PREREQ_PM => { Test::More => 0} );