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 "[email protected]" 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.