This repository has been archived on 2025-04-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PoorBooru/cpanfile

10 lines
235 B
Perl

requires "perl", "5.36.0";
requires "Mojolicious", "9.31";
requires "DBIx::Class", "0.082";
requires "DBD::SQLite", "1.52";
on develop => sub {
requires "DBIx::Class::Schema::Loader", "0.07";
requires "DBIx::Migration", "0.07";
};