X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=bin%2Frgit;h=cb9d31e115d082fac774bb39b855d7a69dd015dd;hp=040dae68b11f0305c1818648acdd793b69f2e3fc;hb=HEAD;hpb=569b85b70a20cac15bc2ff0bed6df11ac0e844ec diff --git a/bin/rgit b/bin/rgit index 040dae6..cb9d31e 100755 --- a/bin/rgit +++ b/bin/rgit @@ -3,17 +3,17 @@ use strict; use warnings; -use Carp qw/croak/; -use Config qw/%Config/; -use Cwd qw/cwd/; +use Carp qw; +use Config qw<%Config>; +use Cwd qw; use App::Rgit; -use App::Rgit::Utils qw/:levels/; +use App::Rgit::Utils qw<:levels>; use App::Rgit::Policy; our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.08'; } my %opts; @@ -64,7 +64,7 @@ rgit - Recursively execute a command on all the git repositories in a directory =head1 VERSION -Version 0.06 +Version 0.08 =head1 SYNOPSIS @@ -180,7 +180,7 @@ The core modules L, L, L, L, L, L >>, L. - + You can contact me by mail or on C (vincent). =head1 BUGS