Fixes XML::Loy dependency that breaks with Mojo >= 9.31
Change-Id: I06840214c619c183c4452e37ce3431f9fc3f0fa1
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 813333b..6084aca 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -23,7 +23,7 @@
- name: Install dependencies
run: |
cpanm File::ShareDir::Install
- cpanm --installdeps -v .
+ cpanm --installdeps .
- name: Install
run: |
perl Makefile.PL
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',