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

WriteMakefile( NAME          => 'AnyEvent::PacketReader',
               VERSION_FROM  => 'lib/AnyEvent/PacketReader.pm',
               PREREQ_PM     => { 'AnyEvent' => '0' },
               ABSTRACT_FROM => 'lib/AnyEvent/PacketReader.pm',
               AUTHOR        => 'Salvador Fandino <sfandino@yahoo.com>',
);