The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# You can install this projct with curl -L http://cpanmin.us | perl - https://github.com/jhthorsen/mojo-irc/archive/master.tar.gz
requires 'IRC::Utils'    => '0.12';
requires 'List::Util'    => '1.33';
requires 'Mojolicious'   => '6.40';
requires 'Parse::IRC'    => '1.20';
requires 'Unicode::UTF8' => '0.59';

test_requires "Test::More" => "0.88";