NAME
App::Magpie::Action::Recent - recent command implementation
VERSION
version 2.006
SYNOPSIS
App::Magpie::Action::Recent->new->run;
DESCRIPTION
This module implements the recent
action. It's in a module of its own to be able to be require
-d without loading all other actions.
METHODS
run
$recent->run;
Print the list of Perl modules with recently uploaded to PAUSE and not yet available in Mageia.
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.