summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index eb3376a..110246b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -8,6 +8,12 @@ my $build = Catalyst::Build->new(
requires => {
Catalyst => '5.10',
YAML => 0,
+ Catalyst::Plugin::DefaultEnd => 0,
+ Class::DBI::AbstractSearch => 0,
+ Class::DBI::Plugin::DeepAbstractSearch => 0,
+ Class::DBI::Plugin::AbstractCount => 0,
+ Class::DBI::Plugin::Pager => 0,
+ DateTime => '0.2901',
# altra roba
},
create_makefile_pl => 'passthrough',