File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 " Mons Anderson <[email protected] >" 55 ],
66 "dynamic_config" : 0 ,
7- "generated_by" : " ExtUtils::MakeMaker version 7.3 , CPAN::Meta::Converter version 2.150010" ,
7+ "generated_by" : " ExtUtils::MakeMaker version 7.62 , CPAN::Meta::Converter version 2.150010" ,
88 "license" : [
99 " perl_5"
1010 ],
1111 "meta-spec" : {
1212 "url" : " http://search.cpan.org/perldoc?CPAN::Meta::Spec" ,
13- "version" : " 2 "
13+ "version" : 2
1414 },
1515 "name" : " AnyEvent-HTTP-Server" ,
1616 "no_index" : {
4040 }
4141 },
4242 "release_status" : " stable" ,
43- "version" : " 1.99993 " ,
44- "x_serialization_backend" : " JSON::PP version 2.27400 "
43+ "version" : " 1.99994 " ,
44+ "x_serialization_backend" : " JSON::PP version 4.06 "
4545}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build_requires:
77configure_requires :
88 ExtUtils::MakeMaker : ' 0'
99dynamic_config : 0
10- generated_by : ' ExtUtils::MakeMaker version 7.3 , CPAN::Meta::Converter version 2.150010'
10+ generated_by : ' ExtUtils::MakeMaker version 7.62 , CPAN::Meta::Converter version 2.150010'
1111license : perl
1212meta-spec :
1313 url : http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,5 +22,5 @@ requires:
2222 Digest::SHA1 : ' 2'
2323 HTTP::Easy : ' 0.03'
2424 JSON::XS : ' 3'
25- version : ' 1.99993 '
25+ version : ' 1.99994 '
2626x_serialization_backend : ' CPAN::Meta::YAML version 0.018'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AnyEvent::HTTP::Server - AnyEvent HTTP/1.1 Server
88
99our $VERSION ;
1010BEGIN {
11- $VERSION = ' 1.99993 ' ;
11+ $VERSION = ' 1.99994 ' ;
1212}
1313
1414# use common::sense;
@@ -194,7 +194,7 @@ sub listen:method {
194194 $self -> {fhs_named }{$listen } = $fh ;
195195 }
196196
197- for my $socket (values $self -> {sockets }) {
197+ for my $socket (values %{ $self -> {sockets } }) {
198198 close $socket ;
199199 }
200200 $self -> {sockets } = {};
You can’t perform that action at this time.
0 commit comments