The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use inc::Module::Install;

name("Event-Notify");
all_from('lib/Event/Notify.pm');
requires('Carp');

build_requires('Test::More');
build_requires('Test::MockObject');

auto_install;
WriteAll;