Net::GitHub::V1::Project::Role.3pm

Langue: en

Version: 2010-01-23 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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 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.