Navigation Menu

Skip to content

Commit

Permalink
force backportPP while writing Makefile, not to exit if PERL_JSON_BAC…
Browse files Browse the repository at this point in the history
…KEND has a weird setting
  • Loading branch information
charsbar committed Jan 10, 2017
1 parent 9961925 commit 3e5e325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -6,6 +6,7 @@ use lib qw( ./lib );

$| = 1;

$ENV{PERL_JSON_BACKEND} = 'JSON::backportPP';
eval q| require JSON |;

# B module can't install? I'm not careful for such a problem.
Expand Down

0 comments on commit 3e5e325

Please sign in to comment.