X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=cf5a686334c21ebcc20f76b58fa97d7a8380fbbe;hb=787cc59d827d22afa8a3100daa42e5b9df3fe50d;hp=93d1bb9dc76739e699fe599921c21f9105f363c2;hpb=4c6f2bc56bc50a662b2c2625bcc012d4757f9abf;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 93d1bb9..cf5a686 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.02 +Version 0.06 =cut -our $VERSION = '0.02'; +our $VERSION = '0.06'; =head1 DESCRIPTION @@ -35,7 +35,7 @@ It implements : sub run { my ($self, $conf) = @_; - $self->cwd_as_repo->run($conf, @{$self->args}); + $conf->cwd_repo->run($conf, @{$self->args}); } =head1 SEE ALSO @@ -60,7 +60,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 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.