File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Revision history for Perl extension Google::API::Client
2
2
3
3
{{$NEXT}}
4
4
5
+ 0.11 2013-11-12 01:57:03 JST
6
+ - Update dependencies #11
7
+
5
8
0.10 2013-11-09 19:00:51 JST
6
9
- Start using Dist::Milla #8
7
10
- Important changes: Rename OAuth2::Client to Google::API::OAuth2::Client #9
Original file line number Diff line number Diff line change 60
60
"web" : " https://github.com/comewalk/google-api-perl-client"
61
61
}
62
62
},
63
- "version" : " 0.10 " ,
63
+ "version" : " 0.11 " ,
64
64
"x_contributors" : [
65
65
" Gustavo Chaves <gustavo@gnustavo.com>" ,
66
66
" Takatsugu Shigeta <tshigeta@user200.sixapart.jp>" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Google::API::Client;
2
2
3
3
use strict;
4
4
use 5.008_001;
5
- our $VERSION = ' 0.10 ' ;
5
+ our $VERSION = ' 0.11 ' ;
6
6
7
7
use Google::API::Method;
8
8
use Google::API::Resource;
You can’t perform that action at this time.
0 commit comments