From: Marco Fontani Date: Mon, 22 Nov 2010 22:29:51 +0000 (+0000) Subject: Moose is installed by Dist::Zilla so safe to use X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4e1bb565554e59a98cdc5d267dfd4cc6e3907e3;p=p5sagit%2FOyster.git Moose is installed by Dist::Zilla so safe to use --- diff --git a/lib/Oyster/Deploy/Git.pm b/lib/Oyster/Deploy/Git.pm index 22098c2..19e5070 100644 --- a/lib/Oyster/Deploy/Git.pm +++ b/lib/Oyster/Deploy/Git.pm @@ -3,6 +3,7 @@ use strict; use warnings; #use Git::Wrapper; # sorry fails tests! +use Moose; our $post_receive = q{ #!/bin/sh