From d34c27770610c17fdef805f437d742b3bc5b34d4 Mon Sep 17 00:00:00 2001 From: Samuel Larkin Date: Tue, 9 Jul 2024 15:08:26 -0400 Subject: [PATCH] feat: commenting the debugging dependency on Devel::Peek This stems from the new configuration on our cluster which requires us to explicitly install that dependency which failed. --- lib/ULexiTools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ULexiTools.pm b/lib/ULexiTools.pm index 54e5276..25b5c7b 100644 --- a/lib/ULexiTools.pm +++ b/lib/ULexiTools.pm @@ -1466,7 +1466,7 @@ sub is_right_bracket #ch #use re qw(Debug All); if (0) { my $re = qr/^(<[a]>)*[])}”’´]$/; - use Devel::Peek; + #use Devel::Peek; print "RE=$re\n"; } my $ch=shift;