X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand.pm;h=42bd1f7ac204d59b2bf7a1bfcc4cbb4a9a7e2aff;hb=67e585ffae69ce0c350a920658738d7864b1d54a;hp=aa709c1140396e11980111711706db378b1a8e06;hpb=34eec9dcea44c01535ee6ab4593d98a724ce7e06;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command.pm b/lib/App/Rgit/Command.pm index aa709c1..42bd1f7 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 @@ -16,11 +15,11 @@ App::Rgit::Command - Base class for App::Rgit commands. =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 DESCRIPTION