equal
deleted
inserted
replaced
16 critic_config = perlcritic.rc |
16 critic_config = perlcritic.rc |
17 |
17 |
18 [CheckChangeLog] |
18 [CheckChangeLog] |
19 |
19 |
20 [NextRelease] |
20 [NextRelease] |
21 format = %-9v %{yyyy-MM-dd HH:mm}d |
21 format = %-9v %{yyyy-MM-dd}d |
22 |
22 |
23 [Prereqs] |
23 [Prereqs] |
24 Mojolicious = >= 4.0, < 5.0 |
24 Mojolicious = >= 4.63, < 5.00 |
|
25 Mojolicious::Plugin::BootstrapPagination = 0.0.9 |
|
26 UUID = 0.0.3 |
|
27 [Prereqs / RuntimeRecommends] |
|
28 ; Gearman Queue (also contains the Worker class) |
|
29 Gearman::Client = 1.10 |
|
30 ; Database Storage (minimal tested versions, may work with older releases) |
|
31 DBIx::Class::DeploymentHandler = 0.002000 |
|
32 DBIx::Class = 0.08196 |
|
33 DBIx::Class::Candy = 0.002100 |
|
34 ; PostgreSQL |
|
35 DateTime::Format::Pg = 0 |
|
36 DBD::Pg = 0 |
|
37 ; SQLite |
|
38 DateTime::Format::SQLite = 0 |
|
39 DBD::SQLite = 0 |
|
40 ; MySQL |
|
41 DateTime::Format::MySQL = 0 |
|
42 DBD::mysql = 0 |
|
43 |