
App::Magpie::Action::Old::Set - a set of AM::Old::Modules objects

version 1.120960

This class holds a set of modules that have been updated on CPAN. There can be multiple sets - eg: core, dual, ...

The name of the set.

my @modules = $set->all_modules;
Return all the modules currently in the $set.
$set->add_module( $module );
Add $module to the $set.
my $nb = $set->nb_modules;
Return the number of modules the set is holding.

Jerome Quelin <jquelin@gmail.com>

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.