]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
App::Rgit::Command doesn't need App::Rgit::Repository anymore
authorVincent Pit <vince@profvince.com>
Mon, 6 Oct 2008 14:59:05 +0000 (16:59 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 6 Oct 2008 14:59:05 +0000 (16:59 +0200)
lib/App/Rgit/Command.pm

index aa709c1140396e11980111711706db378b1a8e06..644c05be2ae9e5d040ebf1fe0c785a49bae7b3ee 100644 (file)
@@ -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