]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - bin/rgit
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/rgit.git] / bin / rgit
index 2b8a212f7bf52d83218b52b9c71675b57e6931a1..cb9d31e115d082fac774bb39b855d7a69dd015dd 100755 (executable)
--- 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<croak>;
+use Config qw<%Config>;
+use Cwd    qw<cwd>;
 
 use App::Rgit;
-use App::Rgit::Utils qw/:levels/;
+use App::Rgit::Utils qw<:levels>;
 use App::Rgit::Policy;
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.07';
+ $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.07
+Version 0.08
 
 =head1 SYNOPSIS
 
@@ -180,7 +180,7 @@ The core modules L<Carp>, L<Config>, L<Cwd>, L<Exporter>, L<File::Find>, L<File:
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS