Skip to content

Commit fe03f84

Browse files
authored
Merge pull request #124 from karenetheridge/topic/json_maybexs
switch from JSON.pm to JSON::MaybeXS
2 parents 631f13c + 7784721 commit fe03f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Sub::Exporter = 0
5353
HTML::TreeBuilder = 3.23
5454
Sub::Name = 0
5555
Data::Clone = 0
56-
JSON = 0
56+
JSON::MaybeXS = 1.003003
5757
List::Util = 1.33
5858
HTML::Entities = 0
5959

lib/HTML/FormHandler/Render/RepeatableJs.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package HTML::FormHandler::Render::RepeatableJs;
22
# ABSTRACT: role providing method to construct repeatable javascript
33
use Moose::Role;
44

5-
use JSON ('encode_json');
5+
use JSON::MaybeXS ('encode_json');
66

77
=head1 NAME
88

0 commit comments

Comments
 (0)