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

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


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

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

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.