From b0200969e786a17833087ca7446d63d909ff2596 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 23 Sep 2023 12:07:37 +0100 Subject: fix for newer YAML --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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', }, ); -- cgit v1.2.3