From 0eafe302a8544a6b406d0ac86e865d8a3c8b4072 Mon Sep 17 00:00:00 2001
From: Steve Hancock
Date: Fri, 16 Nov 2018 09:00:26 -0800
Subject: [PATCH] minor wording changes
---
docs/index.html | 1 -
docs/index.md | 2 --
lib/Perl/Tidy/Debugger.pm | 2 +-
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index a71ef597..4b3824f2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -38,7 +38,6 @@ about 2 Mb.
The most recent release is always at CPAN
The most recent release is also at sourceforge
-For related modules search CPAN for perltidy
Installation
diff --git a/docs/index.md b/docs/index.md
index bc3e054b..9bbb3e4e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -44,8 +44,6 @@ about 2 Mb.
- The most recent release is also at [sourceforge](https://sourceforge.net/projects/perltidy/)
-- For related modules search CPAN for [perltidy](https://metacpan.org/search?q=perltidy)
-
## Installation
diff --git a/lib/Perl/Tidy/Debugger.pm b/lib/Perl/Tidy/Debugger.pm
index 68f52be6..317894ac 100644
--- a/lib/Perl/Tidy/Debugger.pm
+++ b/lib/Perl/Tidy/Debugger.pm
@@ -92,7 +92,7 @@ sub write_debug_entry {
$pattern .= $rtoken_type->[$j];
}
$reconstructed_original .= $rtokens->[$j];
- $block_str .= "($rblock_type->[$j])";
+ $block_str .= "($rblock_type->[$j])";
$num = length( $rtokens->[$j] );
my $type_str = $rtoken_type->[$j];
--
2.39.5