Changeset d51047d in lab.git for Dev/github/GitHubBackup.pm
- Timestamp:
- Aug 21, 2013 9:38:29 AM (11 years ago)
- Branches:
- master
- Children:
- c5b427c
- Parents:
- 49aca65
- git-author:
- Ken-ichi Mito <mitty@…> (08/21/13 09:37:11)
- git-committer:
- Ken-ichi Mito <mitty@…> (08/21/13 09:38:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/github/GitHubBackup.pm
r49aca65 rd51047d 33 33 34 34 my $page = 1; 35 my $data ;35 my $data = []; 36 36 while(1) { 37 37 my $result = json_api("$url?per_page=100&page=$page$parameters"); … … 103 103 my $self = shift; 104 104 return $self->{repos} if ($self->{repos}); 105 106 $self->{repos} = []; 105 107 106 108 my $account = $self->account or croak "account is not set";
Note: See TracChangeset
for help on using the changeset viewer.