Fixes XML::Loy dependency that breaks with Mojo >= 9.31

Change-Id: I06840214c619c183c4452e37ce3431f9fc3f0fa1
diff --git a/Makefile.PL b/Makefile.PL
index fc62eaa..a2649b8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,7 @@
   BUILD_REQUIRES => {
     'Test::More' => 0,
     'Test::Output' => 0,
-    'XML::Loy' => 0.49,
+    'XML::Loy' => 0.52,
     'IO::Uncompress::Unzip' => '2.091',
     'Pod::Usage'      => 0,
     'Dumbbench' => '0.111',