]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command/Each.pm
Switch qw delimiters to <>
[perl/modules/rgit.git] / lib / App / Rgit / Command / Each.pm
index b50e18040c60df1f202878cb5179dedef3f91e4d..fc5f10d03186db4b97dee7c323c090e2ba5fc1e1 100644 (file)
@@ -3,10 +3,10 @@ package App::Rgit::Command::Each;
 use strict;
 use warnings;
 
-use base qw/App::Rgit::Command/;
+use base qw<App::Rgit::Command>;
 
 use App::Rgit::Guard;
-use App::Rgit::Utils qw/:codes/;
+use App::Rgit::Utils qw<:codes>;
 
 =head1 NAME