Skip to content

Commit 1b3549b

Browse files
committed
Assure UTF8 package names are not use without first enabling utf8
1 parent e8b6e16 commit 1b3549b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

corpus/BOMTest/UTF8.pm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
package Heart;
1+
use utf8;
2+
3+
package Heart;
24

35
our $VERSION = 1;
46

0 commit comments

Comments
 (0)