aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-09-23 12:07:37 +0100
committerdakkar <dakkar@thenautilus.net>2023-09-23 12:07:37 +0100
commitb0200969e786a17833087ca7446d63d909ff2596 (patch)
treec1d02f1c1df0e2b47a325b9739221e34e348838d /Makefile.PL
parentadd `video` directive (diff)
downloadWebCoso-master.tar.gz
WebCoso-master.tar.bz2
WebCoso-master.zip
fix for newer YAMLHEADmaster
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8ca8458..67b5610 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,7 +28,7 @@ WriteMakefile(
'XML::LibXML' => '0',
'XML::LibXML::XPathContext' => '0',
'XML::LibXSLT' => '0',
- 'YAML::Syck' => '0',
+ 'YAML' => '1.30',
'Try::Tiny' => '0',
},
);