The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WaitReSS::App::Action::update - Implementation of update command

VERSION

version 0.004

DESCRIPTION

This package implements the update command. It is in a module of its own to minimize the amount of code loaded at runtime.

METHODS

run

    $pkg->run( $opts, $args );

Run the actual command implementation.

AUTHOR

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.