sergeykolychev commented on a change in pull request #8015: [Perl] Adding Gluon 
interface to Perl, miscellaneous changes in order to sync with Python
URL: https://github.com/apache/incubator-mxnet/pull/8015#discussion_r141497737
 
 

 ##########
 File path: perl-package/AI-MXNet/lib/AI/MXNet/Metric.pm
 ##########
 @@ -20,6 +20,7 @@ use strict;
 use warnings;
 use AI::MXNet::Function::Parameters;
 use Scalar::Util qw/blessed/;
+use JSON::PP;
 
 Review comment:
   JSON::PP is in perl core, JSON or JSON::XS are not, this had motivated my 
decision. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to