The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.