Fix deprecated qw
[catagits/Gitalist.git] / lib / Gitalist / Controller / Fragment / Ref.pm
index e76d11f..cbfacda 100644 (file)
@@ -9,7 +9,7 @@ with qw/
 /;
 
 use File::Type::WebImages ();
-use JSON::XS qw(encode_json);
+use JSON::XS qw/encode_json/;
 
 sub base : Chained('/fragment/repository/find') PathPart('') CaptureArgs(0) {}