Net::GitHub::V2::NoRepo.3pm

Langue: en

Autres versions - même langue

Version: 2010-05-18 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::GitHub::V2::NoRepo - Base role for Net::GitHub::V2, no repo access

SYNOPSIS

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

DESCRIPTION

If login and token are not given to new, the module will look in the .gitconfig file if they are defined (see http://github.com/blog/180-local-github-config <http://github.com/blog/180-local-github-config>).

ATTRIBUTES

login
token

METHODS

ua
instance of WWW::Mechanize
json
instance of JSON::Any
get
handled by WWW::Mechanize
get_json_to_obj
get_json_to_obj_authed

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.