NAME
App::Magpie::Action::BSWait - bswait command implementation
VERSION
version 1.122720
SYNOPSIS
my $bswait = App::Magpie::Action::BSWait->new;
$bswait->run;
DESCRIPTION
This module implements the bswait
action. It's in a module of its own to be able to be require
-d without loading all other actions.
METHODS
run
App::Magpie::Action::BSWait->new->run( $opts );
Check Mageia build-system and fetch the wait hint. Sleep according to this hint, unless $opts->{nosleep} is true.
AUTHOR
Jerome Quelin <jquelin@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.