3f1b01
From 3c53c6179afbdbef748c110abdb849cb463c2727 Mon Sep 17 00:00:00 2001
3f1b01
From: Todd Rinaldo <toddr@cpan.org>
3f1b01
Date: Thu, 30 Jul 2020 17:42:47 -0500
3f1b01
Subject: [PATCH] Add missing MANIFEST entry from fix for debugger
3f1b01
MIME-Version: 1.0
3f1b01
Content-Type: text/plain; charset=UTF-8
3f1b01
Content-Transfer-Encoding: 8bit
3f1b01
3f1b01
Add on fix to #17901
3f1b01
3f1b01
Signed-off-by: Petr Písař <ppisar@redhat.com>
3f1b01
---
3f1b01
 MANIFEST | 1 +
3f1b01
 1 file changed, 1 insertion(+)
3f1b01
3f1b01
diff --git a/MANIFEST b/MANIFEST
3f1b01
index 990a75ad52..12601e46b4 100644
3f1b01
--- a/MANIFEST
3f1b01
+++ b/MANIFEST
3f1b01
@@ -4826,6 +4826,7 @@ lib/perl5db/t/symbol-table-bug	Tests for the Perl debugger
3f1b01
 lib/perl5db/t/taint		Tests for the Perl debugger
3f1b01
 lib/perl5db/t/test-a-statement-1	Tests for the Perl debugger
3f1b01
 lib/perl5db/t/test-a-statement-2	Tests for the Perl debugger
3f1b01
+lib/perl5db/t/test-a-statement-3	Tests for the Perl debugger
3f1b01
 lib/perl5db/t/test-dieLevel-option-1	Tests for the Perl debugger
3f1b01
 lib/perl5db/t/test-frame-option-1	Tests for the Perl debugger
3f1b01
 lib/perl5db/t/test-l-statement-1	Tests for the Perl debugger
3f1b01
-- 
3f1b01
2.25.4
3f1b01