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

NAME

App::Magpie::App::Command::config - update a spec file to match some policies

VERSION

version 1.113120

SYNOPSIS

    # to always be verbose
    $ magpie config -l 2

    # to get list of available options
    $ magpie help config

DESCRIPTION

This command allows to store some general configuration items to change the behaviour of magpie, instead of having to repeat them over & over again as command-line arguments. Classical example: log level.

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.