Skip to content

Commit 09bd338

Browse files
committed
Closed #9 by downgrading it to a code comment :-)
1 parent fe8e030 commit 09bd338

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/regex_tester.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116

117117
our $RUN_CODE_IN_IFRAME=0;
118118

119+
# Possible To-Do for Later: Subs in preamble code produce "subroutine redefined" warnings.
120+
# I could think about whether there's a decent way around that.
121+
# Example: https://www.perlmonks.org/?node_id=1225457
122+
119123
my $run_code_body = <<'END_CODE';
120124
my (@warns,@output);
121125

0 commit comments

Comments
 (0)