X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FGitalist%2FController%2FFragment%2FRef.pm;fp=lib%2FGitalist%2FController%2FFragment%2FRef.pm;h=cbfacda66a834f1271f51c020318b2f9d8fd9f14;hb=e17e99b99d40db4a3caa64c57d520f8f293c70cf;hp=e76d11f170550b07423af84ad58397a050c5be59;hpb=f2ac977cbc233b74674c8550dcdbb6d7b62ac791;p=catagits%2FGitalist.git diff --git a/lib/Gitalist/Controller/Fragment/Ref.pm b/lib/Gitalist/Controller/Fragment/Ref.pm index e76d11f..cbfacda 100644 --- a/lib/Gitalist/Controller/Fragment/Ref.pm +++ b/lib/Gitalist/Controller/Fragment/Ref.pm @@ -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) {}