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

NAME

App::Magpie::URPM - magpie interface to urpm

VERSION

version 1.111040

SYNOPSIS

    my $urpm = App::Magpie::URPM->instance;

DESCRIPTION

This module is a wrapper around URPM, and allows to query it for Perl modules requires & provides.

METHODS

packages_providing

    my @pkgs = $urpm->packages_providing( $module );

Return the list of Mageia packages providing a given Perl $module.

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.