Skip to content

Commit

Permalink
add asciiname to the author index
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed May 6, 2016
1 parent 2793c67 commit 08ba3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/Author.pm
Expand Up @@ -21,7 +21,7 @@ has name => (

has asciiname => (
is => 'ro',
required => 0,
required => 1,
index => 'analyzed',
isa => NonEmptySimpleStr,
);
Expand Down

0 comments on commit 08ba3b8

Please sign in to comment.