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

NAME

App::Magpie::App::Command::update - update a perl module to its latest version

VERSION

version 2.010

SYNOPSIS

    $ eval $( magpie co -s perl-Foo-Bar )
    $ magpie update

    # to get list of available options
    $ magpie help update

DESCRIPTION

This command will update a perl module package to its latest version, try to build it locally, commit and submit if successful.

Note that this command will abort if it finds that the spec is too much outdated (eg, not using %define upstream_version).

This command requires a CPAN::Mini installation on the computer.

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.