<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 003b828683a8c54264ac0a15c84ea743a57480ba Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Sun, 29 Sep 2024 16:56:21 +0200
Subject: [PATCH] fix syntax error test for perl 5.41.x (RT #155847)

---
 t/lib/DBICTest/SyntaxErrorComponent3.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/lib/DBICTest/SyntaxErrorComponent3.pm b/t/lib/DBICTest/SyntaxErrorComponent3.pm
index b68f691..8de4de7 100644
--- a/t/lib/DBICTest/SyntaxErrorComponent3.pm
+++ b/t/lib/DBICTest/SyntaxErrorComponent3.pm
@@ -3,4 +3,4 @@ package DBICErrorTest::SyntaxError;
 use strict;
 use warnings;
 
-I'm a syntax error!
+I am a syntax error!
-- 
2.11.0

</pre></body></html>