Skip to content

Commit

Permalink
better for another _dev before mime-type supports
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Oct 14, 2011
1 parent 27b0301 commit 521095d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Revision history for Net-GitHub

0.40 2011.10.14
0.40_03 2011.10.14
- Use utf8 => 1 for JSON::Any by default. (jamesronan (James Ronan))
- no changes for V3
- if you still want to use V2, pass version => 2

0.40_02 2011.09.29
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/GitHub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub;

use Any::Moose;

our $VERSION = '0.40';
our $VERSION = '0.40_03';
our $AUTHORITY = 'cpan:FAYLAND';

sub new {
Expand Down Expand Up @@ -50,7 +50,7 @@ Net::GitHub - Perl Interface for github.com
# L<Net::GitHub::V3::Repos>
my @repos = $github->repos->list;
my $rp = $github->->create( {
my $rp = $github->repos->create( {
"name" => "Hello-World",
"description" => "This is your first repo",
"homepage" => "https://github.com"
Expand Down

0 comments on commit 521095d

Please sign in to comment.