We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 631f13c + 7784721 commit fe03f84Copy full SHA for fe03f84
dist.ini
@@ -53,7 +53,7 @@ Sub::Exporter = 0
53
HTML::TreeBuilder = 3.23
54
Sub::Name = 0
55
Data::Clone = 0
56
-JSON = 0
+JSON::MaybeXS = 1.003003
57
List::Util = 1.33
58
HTML::Entities = 0
59
lib/HTML/FormHandler/Render/RepeatableJs.pm
@@ -2,7 +2,7 @@ package HTML::FormHandler::Render::RepeatableJs;
2
# ABSTRACT: role providing method to construct repeatable javascript
3
use Moose::Role;
4
5
-use JSON ('encode_json');
+use JSON::MaybeXS ('encode_json');
6
7
=head1 NAME
8
0 commit comments