Fayland 林 > Net-GitHub > Net::GitHub::V2::HasRepo

Download:
Net-GitHub-0.46.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  1
View/Report Bugs
Module Version: 0.14   Source  

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.

syntax highlighting: