Skip to content

Commit

Permalink
Merge 5cbb255 into 2aad066
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Jul 17, 2021
2 parents 2aad066 + 5cbb255 commit ebeb679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile.PL
@@ -1,17 +1,19 @@
use ExtUtils::MakeMaker;
use ExtUtils::MakeMaker 6.64;

WriteMakefile(
NAME => 'MooX::Role::JSON_LD',
VERSION_FROM => 'lib/MooX/Role/JSON_LD.pm',
MIN_PERL_VERSION => '5.6.0',
PREREQ_PM => {
List::Util => 1.33,
Moose => 0,
Moo => 0,
Sub::Quote => 0, # no longer part of Moo
Types::Standard => 0,
JSON::MaybeXS => 0,
},
TEST_REQUIRES => {
Moose => 0,
},
BUILD_REQUIRES => {
Test::More => 0,
namespace::autoclean => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Role/JSON_LD.pm
Expand Up @@ -5,7 +5,7 @@ MooX::Role::JSON_LD - Easily provide JSON-LD mark-up for your objects.
=head1 SYNOPSIS
# Your Moo (or Moose) Class
package::My::Moo::Class
package My::Moo::Class
use Moo;
with 'MooX::Role::JSON_LD';
Expand Down

0 comments on commit ebeb679

Please sign in to comment.