From 86a26a896db925d5d3ee8e0d6ed226a565214912 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Oct 2005 11:27:13 +0000 Subject: =?UTF-8?q?comincia=20a=20far=20finta=20di=20andare.=20le=20icone?= =?UTF-8?q?=20non=20vengono=20caricate,=20non=20so=20perch=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.PL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Build.PL') 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') ] -- cgit v1.2.3