Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::MetaCPAN::Gtk2::Notify - Notify about recent modules uploaded to CPAN
SYNOPSIS
use App::MetaCPAN::Gtk2::Notify;
App::MetaCPAN::Gtk2::Notify->run;
METHODS
run
This starts notifier.
get_recent
Get list of 20 latest recent modules from MetaCPAN. Returns reference to array of hashes. Each hash contain keys: author, name, id.
show_recent(\@recent)
Show notifications about recent packages
get_author($cpan_id)
Return author name by cpan_id
AUTHOR
Pavel Shaydo, <zwon at cpan.org>
LICENSE AND COPYRIGHT
Copyright 2011 Pavel Shaydo.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.