Skip to content

Commit 08ba3b8

Browse files
committed
add asciiname to the author index
1 parent 2793c67 commit 08ba3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Document/Author.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ has name => (
2121

2222
has asciiname => (
2323
is => 'ro',
24-
required => 0,
24+
required => 1,
2525
index => 'analyzed',
2626
isa => NonEmptySimpleStr,
2727
);

0 commit comments

Comments
 (0)