# Add your requirements here
requires 'Mojolicious', '7.30'; # First version with Morbo backends
requires 'POSIX';
requires 'Pod::Usage';
requires 'Getopt::Long';

on develop => sub {
    requires 'Dist::Zilla::PluginBundle::Author::GSG';
};
