1 package App::Rgit::Command::Once;
6 use base qw/App::Rgit::Command/;
10 App::Rgit::Command::Once - Class for commands to execute only once.
18 our $VERSION = '0.03';
22 Class for commands to execute only once.
24 This is an internal class to L<rgit>.
28 This class inherits from L<App::Rgit::Command>.
37 my ($self, $conf) = @_;
38 $conf->cwd_repo->run($conf, @{$self->args});
47 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.
49 You can contact me by mail or on C<irc.perl.org> (vincent).
53 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.
57 You can find documentation for this module with the perldoc command.
59 perldoc App::Rgit::Command::Once
61 =head1 COPYRIGHT & LICENSE
63 Copyright 2008 Vincent Pit, all rights reserved.
65 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
69 1; # End of App::Rgit::Command::Once