summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL7
1 files changed, 1 insertions, 6 deletions
diff --git a/Build.PL b/Build.PL
index 110246b..c0c6e61 100644
--- a/Build.PL
+++ b/Build.PL
@@ -8,13 +8,8 @@ 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,
+ 'Catalyst::Plugin::DefaultEnd' => 0,
DateTime => '0.2901',
- # altra roba
},
create_makefile_pl => 'passthrough',
script_files => [ glob('script/*') ],