NAME
App::Magpie::Action::Update - update command implementation
VERSION
version 2.010
SYNOPSIS
my $update = App::Magpie::Action::Update->new;
$update->run;
DESCRIPTION
This module implements the update
action. It's in a module of its own to be able to be require
-d without loading all other actions.
METHODS
run
$update->run;
Try to update the current checked-out package to its latest version, if there's one available.
ENVIRONMENT VARS
MAGPIE_NO_URPMI_BUILDREQUIRES prevents update to try installation of the buildrequires.
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.