Fix deprecated qw
Tomas Doran [Thu, 15 Sep 2011 12:03:29 +0000 (13:03 +0100)]
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) {}