Skip to content

Commit

Permalink
feat: commenting the debugging dependency on Devel::Peek
Browse files Browse the repository at this point in the history
This stems from the new configuration on our cluster which requires us
to explicitly install that dependency which failed.
  • Loading branch information
SamuelLarkin committed Jul 9, 2024
1 parent ac8503c commit d34c277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ULexiTools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d34c277

Please sign in to comment.