The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Net-GitHub

0.14    2009.05.15
        Users pod fix

0.13    2009.05.15
        Refactor the role system to be finer-grained based upon whether a class
        needs repo access or not. (Chris Nehren)

0.12    2009.05.01
        Commits.pm sub file default branch as 'master'
        Strip the leading '/' from paths provided to get_json_to_obj* methods (bingos)
        make_immutable inline_constructor => 0

0.11    2009.4.21
        deal with 404

0.10    2009.4.21
        owner/repo/login/token are 'ro' to avoid bug
        fix user->update

0.09    2009.4.21
        issues pod tweak by c9s
        search issues and comment issues (new API)

0.08    2009.4.19
        bug fix

0.07    2009.4.19
        make 'owner' and 'repo' is => 'rw' for App::GitHub

0.06    2009.4.18
        http://github.com/api/v2/ (API are changed)

0.05    2009.3.11
        pod fix

0.04    2009.3.10
        use WWW::Mechanize::GZip
        add N::G::Project::Wiki and Downloads
        Wiki new_page/edit_page/edit_or_new
	    Downloads downloads

0.03    2009.3.9
        add login in Net::GitHub::Role
        pod updates, bug fixes and API enhancement

0.01    2009.3.8
        First version, released on an unsuspecting world.