/usr/local/CPAN/AnyEvent-FIFO/Makefile.PL


use inc::Module::Install;

name 'AnyEvent-FIFO';
all_from 'lib/AnyEvent/FIFO.pm';
requires 'AnyEvent';
test_requires 'Test::More';
auto_set_repository;
WriteAll;