NAME
App::Magpie::Action::Old::Set - a set of AM::Old::Modules objects
VERSION
version 2.010
SYNOPSIS
This class holds a set of modules that have been updated on CPAN. There can be multiple sets - eg: core, dual, ...
ATTRIBUTES
name
The name of the set.
METHODS
all_modules
my
@modules
=
$set
->all_modules;
Return all the modules currently in the $set
.
add_module
$set
->add_module(
$module
);
Add $module
to the $set
.
nb_modules
my
$nb
=
$set
->nb_modules;
Return the number of modules the set is holding.
nb_packages
my
$nb
=
$set
->nb_packages;
Return the nimber of Mageia packages the set is holding.
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.