summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 20ab39b..eb3376a 100644
--- a/Build.PL
+++ b/Build.PL
@@ -5,7 +5,11 @@ my $build = Catalyst::Build->new(
create_makefile_pl => 'passthrough',
license => 'perl',
module_name => 'Bookmarks',
- requires => { Catalyst => '5.10' },
+ requires => {
+ Catalyst => '5.10',
+ YAML => 0,
+ # altra roba
+ },
create_makefile_pl => 'passthrough',
script_files => [ glob('script/*') ],
test_files => [ glob('t/*.t'), glob('t/*/*.t') ]