1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From 77d8515b31ce6f0630eb8fa61106a8b7e5e8f57c Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Mon, 27 Oct 2025 17:26:04 +1300
Subject: Downgrade dependency on CSS::Inliner to >= 4024
In Debian, we already have the fix that disables the test that requires
Internet. This is the only significant change in 4024.
I'm keeping this patch to simplify backports to Trixie.
Forwarded: not-needed
Patch-Name: downgrade_CSS::Inliner.diff
---
etc/cpanfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/cpanfile b/etc/cpanfile
index 5e3fab7f..f66652c5 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -13,7 +13,7 @@ requires 'Convert::Color';
requires 'Crypt::Eksblowfish';
requires 'CSS::Minifier::XS';
requires 'CSS::Squish', '>= 0.06';
-requires 'CSS::Inliner', '>= 4027';
+requires 'CSS::Inliner', '>= 4024';
requires 'Data::GUID';
requires 'Data::ICal';
requires 'Data::Page';
|