]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command/Once.pm
Switch qw delimiters to <>
[perl/modules/rgit.git] / lib / App / Rgit / Command / Once.pm
index 33199dcd5978d52e86b452010a891bab0c9a332e..bcba756cc2e4c3275e25a35349ff2176370fae65 100644 (file)
@@ -3,7 +3,7 @@ package App::Rgit::Command::Once;
 use strict;
 use warnings;
 
-use base qw/App::Rgit::Command/;
+use base qw<App::Rgit::Command>;
 
 =head1 NAME
 
@@ -11,11 +11,11 @@ App::Rgit::Command::Once - Class for commands to execute only once.
 
 =head1 VERSION
 
-Version 0.06
+Version 0.08
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
@@ -35,6 +35,7 @@ It implements :
 
 sub run {
  my ($self, $conf) = @_;
+
  $conf->cwd_repo->run($conf, @{$self->args});
 }
 
@@ -52,7 +53,8 @@ You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS
 
-Please report any bugs or feature requests to C<bug-rgit at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=rgit>.  I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
+Please report any bugs or feature requests to C<bug-rgit at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=rgit>.
+I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
 
 =head1 SUPPORT