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