X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FEach.pm;fp=lib%2FApp%2FRgit%2FCommand%2FEach.pm;h=fc5f10d03186db4b97dee7c323c090e2ba5fc1e1;hp=b50e18040c60df1f202878cb5179dedef3f91e4d;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;hpb=687f613f4cb227badb87cfd26c7dc7ceae810d03 diff --git a/lib/App/Rgit/Command/Each.pm b/lib/App/Rgit/Command/Each.pm index b50e180..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