Skip to content

Commit 8fb75de

Browse files
committed
Checking in changes prior to tagging of version 0.28.
Changelog diff is: diff --git a/Changes b/Changes index 1906a36..69ef129 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Server::Starter. {{$NEXT}} +0.28 2015-05-28T22:08:37Z + - add `--port=[host:]port=fd` option for specifying the file descriptor number (thanks to tokuhirom) kazuho#24 + 0.27 2015-04-28T01:02:28Z - revert 0.26 so that the install script can update the shebang (thanks to miyagawa) kazuho#22 - modernize the build tool (thanks to miyagawa) kazuho#23
1 parent 93cb43c commit 8fb75de

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for Perl extension Server::Starter.
22

33
{{$NEXT}}
44

5+
0.28 2015-05-28T22:08:37Z
6+
- add `--port=[host:]port=fd` option for specifying the file descriptor number (thanks to tokuhirom) #24
7+
58
0.27 2015-04-28T01:02:28Z
69
- revert 0.26 so that the install script can update the shebang (thanks to miyagawa) #22
710
- modernize the build tool (thanks to miyagawa) #23

META.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"web" : "https://github.com/kazuho/p5-Server-Starter"
6868
}
6969
},
70-
"version" : "0.27",
70+
"version" : "0.28",
7171
"x_contributors" : [
7272
"kazuho <kazuho@d0d07461-0603-4401-acd4-de1884942a52>",
7373
"yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>",
@@ -81,6 +81,7 @@
8181
"Karen Etheridge <[email protected]>",
8282
"Bugdebugger <[email protected]>",
8383
"Tatsuhiko Miyagawa <[email protected]>",
84+
"Tokuhiro Matsuno <[email protected]>",
8485
"Kazuho Oku <[email protected]>"
8586
]
8687
}

lib/Server/Starter.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Server::Starter::Guard;
1313

1414
use Exporter qw(import);
1515

16-
our $VERSION = '0.27';
16+
our $VERSION = '0.28';
1717
our @EXPORT_OK = qw(start_server restart_server server_ports);
1818

1919
my @signals_received;

0 commit comments

Comments
 (0)