NAME
App::Magpie::URPM - magpie interface to urpm
VERSION
version 1.113122
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.