Skip to content

Commit 861a720

Browse files
committed
t/test.pl: Use ASCII apostrophe in comment; not Unicode
There is no need for this file to contain non-ASCII characters
1 parent 4ae25c3 commit 861a720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sub is_miniperl {
110110
}
111111

112112
sub set_up_inc {
113-
# Dont clobber @INC under miniperl
113+
# Don't clobber @INC under miniperl
114114
@INC = () unless is_miniperl;
115115
unshift @INC, @_;
116116
}

0 commit comments

Comments
 (0)