Эх сурвалжийг харах

Merge pull request #668 from dolmen/patch-1

Dancer: use JSON::XS for faster serialization
Mike Smith 11 жил өмнө
parent
commit
4c668432be
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      dancer/app.pl

+ 1 - 0
dancer/app.pl

@@ -4,6 +4,7 @@ use warnings;
 
 use Dancer ':syntax';
 use DBI;
+use JSON::XS;  # Ensure that the fast implementation of the serializer is installed
 
 set serializer => 'JSON';