From: Vincent Pit Date: Mon, 6 Oct 2008 14:59:05 +0000 (+0200) Subject: App::Rgit::Command doesn't need App::Rgit::Repository anymore X-Git-Tag: v0.03~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=commitdiff_plain;h=5964863f635b161a199ef791fe74e84acf34526e App::Rgit::Command doesn't need App::Rgit::Repository anymore --- diff --git a/lib/App/Rgit/Command.pm b/lib/App/Rgit/Command.pm index aa709c1..644c05b 100644 --- a/lib/App/Rgit/Command.pm +++ b/lib/App/Rgit/Command.pm @@ -8,7 +8,6 @@ use Carp qw/croak/; use Object::Tiny qw/cmd args/; use App::Rgit::Utils qw/validate/; -use App::Rgit::Repository; =head1 NAME