Skip to content

Commit 031b1c6

Browse files
committed
Even the order is not matter, but it looks better
1 parent 0f571e5 commit 031b1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/proxy.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use Data::Dumper;
99

1010
my $gh = Net::GitHub::V3->new();
11-
my $search = $gh->search;
1211
$gh->ua->proxy('https', 'socks://127.0.0.1:9050');
12+
my $search = $gh->search;
1313

1414
my %data = $search->repositories({
1515
q => 'perl',

0 commit comments

Comments
 (0)