From: Tomas Doran Date: Thu, 15 Sep 2011 12:03:29 +0000 (+0100) Subject: Fix deprecated qw X-Git-Tag: 0.003006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e17e99b99d40db4a3caa64c57d520f8f293c70cf;p=catagits%2FGitalist.git Fix deprecated qw --- 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) {}