Skip to content

Commit

Permalink
0.4017
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Sep 13, 2023
1 parent ebb2cdc commit 1fb6f66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Starman

{{$NEXT}}

0.4017 2023-09-13 13:27:02 PDT
- Handle EINTR when doing sysread calls (Rob Mueller) #148
- Requires perl 5.14

0.4016 2022-09-13 10:11:34 PDT
- Add psgix.informational callback #146

Expand Down
7 changes: 4 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.21",
"Dist::Milla" : "v1.0.22",
"LWP::Protocol::https" : "0",
"Test::Pod" : "1.41"
}
Expand Down Expand Up @@ -76,7 +76,7 @@
"web" : "https://github.com/miyagawa/Starman"
}
},
"version" : "0.4016",
"version" : "0.4017",
"x_contributors" : [
"Adam Guthrie <[email protected]>",
"Alex Vandiver <[email protected]>",
Expand All @@ -103,6 +103,7 @@
"Robert Olson <[email protected]>",
"Robert Rothenberg <[email protected]>",
"Robert Sedlacek <[email protected]>",
"Rob Mueller <[email protected]>",
"Slobodan Mi\u0161kovi\u0107 <[email protected]>",
"spleenjack <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Starman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Starman;

use strict;
use 5.008_001;
our $VERSION = '0.4016';
our $VERSION = '0.4017';

1;
__END__
Expand Down

0 comments on commit 1fb6f66

Please sign in to comment.