NAME
ORDB::CPAN::Mageia::Module - orlite for module table in database
VERSION
version 1.121690
DESCRIPTION
This class models the module
table in the database. It can be used either with class methods, or as objects mapping one row of the table.
ATTRIBUTES
module
The name of the module, eg ORDB::CPAN::Mageia
.
version
The version of the module (neither the dist, nor the package). It may be null.
dist
This is the CPAN distribution the module is part of, eg ORDB-CPAN-Mageia
. It may be null.
pkgname
This is the name of the package holding this module in Mageia Linux distribution. Chances are that it looks like perl-ORDB-CPAN-Mageia
.
METHODS
Refere to ORLite module, section TABLE PACKAGE METHODS.
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.