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

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