]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - bin/rgit
Switch qw delimiters to <>
[perl/modules/rgit.git] / bin / rgit
index 36737b25f10f91786511681da7016e7b4330ae10..cb9d31e115d082fac774bb39b855d7a69dd015dd 100755 (executable)
--- a/bin/rgit
+++ b/bin/rgit
@@ -3,12 +3,12 @@
 use strict;
 use warnings;
 
 use strict;
 use warnings;
 
-use Carp   qw/croak/;
-use Config qw/%Config/;
-use Cwd    qw/cwd/;
+use Carp   qw<croak>;
+use Config qw<%Config>;
+use Cwd    qw<cwd>;
 
 use App::Rgit;
 
 use App::Rgit;
-use App::Rgit::Utils qw/:levels/;
+use App::Rgit::Utils qw<:levels>;
 use App::Rgit::Policy;
 
 our $VERSION;
 use App::Rgit::Policy;
 
 our $VERSION;