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

NAME

App::Magpie::App::Command::sort - sort packages needing a rebuild according to their requires

VERSION

version 2.010

SYNOPSIS

    $ urpmf --requires :perlapi-5.16 | perl -pi -E 's/:.*//' | magpie sort

    # to get list of available options
    $ magpie help sort

DESCRIPTION

This command will sort a list of packages to be rebuilt so that dependencies are followed.

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.