The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME => 'Convos',
  AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Convos.pm',
  VERSION_FROM => 'lib/Convos.pm',
  EXE_FILES => [qw( script/convos )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/Nordaaker/convos/issues',
      homepage => 'http://convos.by/',
      repository => 'https://github.com/Nordaaker/convos.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.90'
}
,
  PREREQ_PM => {
  'IO::Socket::SSL' => '1.84',
  'IRC::Utils' => '0.12',
  'Mojo::IRC' => '0.11',
  'Mojo::Redis' => '0.9928',
  'Mojolicious' => '5.3',
  'Mojolicious::Plugin::AssetPack' => '0.23',
  'Mojolicious::Plugin::FontAwesome4' => '4.1',
  'Mojolicious::Plugin::LinkEmbedder' => '0.07',
  'Parse::IRC' => '1.18',
  'Time::Piece' => '1.2',
  'URI::Find' => '20111103',
  'Unicode::UTF8' => '0.58'
}
,
  test => { TESTS => 't/*.t' },
);