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

NAME

Net::GitHub::V1::Project::Role - Common between Net::GitHub::V1::Project::* libs

SYNOPSIS

    package Net::GitHub::V1::Project::XXX;
    
    use Any::Moose;
    with 'Net::GitHub::V1::Project::Role';

DESCRIPTION

ATTRIBUTES

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

project_url

like http://github.com/fayland/perl-net-github/

project_api_url

like http://github.com/api/v1/json/fayland/perl-net-github/

METHODS

args_to_pass

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.