NAME
ORDB::CPAN::Mageia - an ORM for CPAN packages available in Mageia
VERSION
version 1.121690
SYNOPSIS
use ORDB::CPAN::Mageia;
my $nbmodules = ORDB::CPAN::Mageia::Module->count;
my $cpandists = ORDB::CPAN::Mageia->selectcol_arrayref(
'SELECT DISTINCT dist FROM module ORDER BY dist'
);
DESCRIPTION
This module is an easy way to fetch a database listing all Perl modules & distributions packaged within Mageia Linux distribution.
When using it, it will automatically & silently download it from the original source and copy it in a local directory, letting you focus on what you want with the data itself.
Check the examples directory for some ideas on how to use it.
METHODS
Refere to ORLite module, section ROOT PACKAGE METHODS.
SEE ALSO
You can find more information on this module at:
Search CPAN
See open / report bugs
Git repository
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.