requires 'perl', '5.020';

# The core runtime uses only core Perl modules (POSIX, Scalar::Util). No
# template engine or web framework is pulled in here — those live in the
# backend dists (BarefootJS-Backend-Xslate, Mojolicious-Plugin-BarefootJS).

on 'test' => sub {
    requires 'Test2::V0';
};

on 'configure' => sub {
    requires 'Module::CPANfile';
};
