Net::GitHub::V2::HasRepo.3pm

Langue: en

Version: 2010-05-25 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::GitHub::V2::HasRepo - Role for Net::GitHub::V2 for classes that use repos

SYNOPSIS

     package Net::GitHub::V2::XXX;
     
     use Any::Moose;
     with 'Net::GitHub::V2::HasRepo';
 
 

DESCRIPTION

ATTRIBUTES

Same as Net::GitHub::V2::NoRepo, with the following:
repo
A repo name.

METHODS

Same as Net::GitHub::V2::NoRepo, expect "args_to_pass".

AUTHOR

Fayland Lam, "<fayland at gmail.com>"

Chris Nehren "apeiron@cpan.org" refactored Net::GitHub::V2::Role to be smarter about requiring a repo.

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.