]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command.pm
This is 0.03
[perl/modules/rgit.git] / lib / App / Rgit / Command.pm
index aa709c1140396e11980111711706db378b1a8e06..42bd1f7ac204d59b2bf7a1bfcc4cbb4a9a7e2aff 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
 
@@ -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