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

version 1.120960

$ eval $( magpie co -s perl-Foo-Bar )
$ magpie update
# to get list of available options
$ magpie help update

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.

Jerome Quelin <jquelin@gmail.com>

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.