Skip to content

Commit 28b5e78

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Module-Metadata
22

33
{{$NEXT}}
4+
- use utf8 in tests when testing non-ascii packages.
45

56
1.000037 2019-09-07 18:32:44Z
67
- add decode_pod option for automatic =encoding handling

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)