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

NAME

WWW::Coderwall - Simple Perl interface to the coderwall API

VERSION

version 0.002

SYNOPSIS

    use WWW::Coderwall;
    use Data::Printer;

    $cw = WWW::Coderwall->new;

    $user = $cw->get_user($username);

    p $user->badges;

METHODS

get_user

Returns a WWW::Coderwall::User object given a username.

SEE ALSO

WWW::Coderwall::User

AUTHOR

Robert Picard <mail@robert.io>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Robert Picard.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.