X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=630f25220e25a3b8db0cc7d1e6ed5f0bc132cff6;hb=2e8121b94bf4847686087060a709fa3bb433f4ee;hp=55ee9dce545196989175fecf6342b29fb3afd0dc;hpb=67e585ffae69ce0c350a920658738d7864b1d54a;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 55ee9dc..630f252 100644 --- a/lib/App/Rgit/Command/Once.pm +++ b/lib/App/Rgit/Command/Once.pm @@ -11,11 +11,11 @@ App::Rgit::Command::Once - Class for commands to execute only once. =head1 VERSION -Version 0.03 +Version 0.08 =cut -our $VERSION = '0.03'; +our $VERSION = '0.08'; =head1 DESCRIPTION @@ -35,6 +35,7 @@ It implements : sub run { my ($self, $conf) = @_; + $conf->cwd_repo->run($conf, @{$self->args}); } @@ -42,6 +43,8 @@ sub run { L. +L. + =head1 AUTHOR Vincent Pit, C<< >>, L. @@ -50,7 +53,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. 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, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT @@ -60,7 +64,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2008 Vincent Pit, all rights reserved. +Copyright 2008,2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.