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

NAME

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

VERSION

version 1.110690

SYNOPSIS

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

    # to get list of available options
    $ magpie help fixspec

DESCRIPTION

This command will update a spec file from a perl module package, and make sure it follows a list of various policies. It will also update the list of build prereqs, according to META.yml (or META.json) shipped with the distribution.

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

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.