
App::Magpie::Action::Old::Module - module that has a newer version available

version 1.120960

This class represents an installed Perl module that has a newer version available on CPAN.

The name of the module.
The version of the module as currently installed.
The module version, as available on CPAN.
The Mageia packages holding the module (there can be more than one). Core packages (perl and perl-base) are excluded from this list.
Whether the module is shipped in a core Perl package.

my $str = $module->category;
Return the module category:
core - one of the core packages (perl, perl-base)dual-lifed - core package + one other packagenormal - plain, non-core regular packageorphan - installed package not shipped by a package (inherited from mandriva, or not yet submitted)strange - shipped by more than one non-core packageunparsable - current version unparsable
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.