X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FEach.pm;h=fc5f10d03186db4b97dee7c323c090e2ba5fc1e1;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;hp=3666c6320681565ed49660520ca5cab613f31ba0;hpb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Each.pm b/lib/App/Rgit/Command/Each.pm index 3666c63..fc5f10d 100644 --- a/lib/App/Rgit/Command/Each.pm +++ b/lib/App/Rgit/Command/Each.pm @@ -3,10 +3,10 @@ package App::Rgit::Command::Each; use strict; use warnings; -use base qw/App::Rgit::Command/; +use base qw; use App::Rgit::Guard; -use App::Rgit::Utils qw/:codes/; +use App::Rgit::Utils qw<:codes>; =head1 NAME @@ -14,11 +14,11 @@ App::Rgit::Command::Each - Class for commands to execute for each repository. =head1 VERSION -Version 0.07 +Version 0.08 =cut -our $VERSION = '0.07'; +our $VERSION = '0.08'; =head1 DESCRIPTION