Skip to content

Commit

Permalink
Merge 2dea316 into d977e93
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed May 27, 2018
2 parents d977e93 + 2dea316 commit 7de685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooX/Role/JSON_LD.pm
Expand Up @@ -13,7 +13,7 @@ MooX::Role::JSON_LD - Easily provide JSON-LD mark-up for your objects.
# define your attributes
has first_name => ( ... );
has last_name => ( ... );
has birth date => ( ... );
has birth_date => ( ... );
# Add two required methods
sub json_ld_type { 'Person' };
Expand Down

0 comments on commit 7de685e

Please sign in to comment.