Skip to content

Commit 5d3b057

Browse files
pimp JSON::MaybeXS in examples instead of JSON, JSON::XS
1 parent 45be629 commit 5d3b057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Module/Install/API.pod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ system package managers may possibly prompt you to install them).
267267
features(
268268
'JSON support', [
269269
-default => 0,
270-
'JSON' => '2.00',
271-
'JSON::XS' => '2.00',
270+
'JSON::MaybeXS' => '1.003003',
272271
],
273272
'YAML support', [
274273
'YAML' => '0',

0 commit comments

Comments
 (0)