From d0ea44f2cb7b2dbfd754de212cb85159548303eb Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Sun, 27 Oct 2024 18:28:38 +0100
Subject: [PATCH] remove test case with old package separator (fix for
 RT#156477)

---
 t/md5.t | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/t/md5.t b/t/md5.t
index 8e004b8..fd26b1a 100644
--- a/t/md5.t
+++ b/t/md5.t
@@ -87,12 +87,8 @@ print ($hex ne '' ? "ok 4\n" : "not ok 4\n");
 $orig = $hex;
 
 # 5: Fully qualified with ' operator
-
-seek(F, 0, 0);
-$md5->reset;
-$md5->addfile(MD5Test'F);
-$hex = $md5->hexdigest;
-print ($hex eq $orig ? "ok 5\n" : "not ok 5\n");
+# Skip test as perl removed support for old package separator
+print "ok 5\n";
 
 # 6: Fully qualified with :: operator
 
-- 
2.11.0