NAME
Net::GitHub::Role - Common between Net::GitHub::* libs
SYNOPSIS
package Net::GitHub::XXX;
use Moose;
with 'Net::GitHub::Role';
DESCRIPTION
METHODS
- owner
-
'fayland' of http://github.com/fayland/perl-net-github/tree/master
- name
-
'perl-net-github' of http://github.com/fayland/perl-net-github/tree/master
AUTHOR
Fayland Lam, <fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2009 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.