Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.27.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 36536c6..1906a36 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Server::Starter.

 {{$NEXT}}

+0.27 2015-04-28T01:02:28Z
+	- revert 0.26 so that the install script can update the shebang (thanks to miyagawa) #22
+	- modernize the build tool (thanks to miyagawa) #23
+
 0.26
 	- `start_server` command uses perl found in $PATH instead of /usr/bin/perl #21
  • Loading branch information
kazuho committed Apr 28, 2015
1 parent 0785c71 commit 8ac1aed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Server::Starter.

{{$NEXT}}

0.27 2015-04-28T01:02:28Z
- revert 0.26 so that the install script can update the shebang (thanks to miyagawa) #22
- modernize the build tool (thanks to miyagawa) #23

0.26
- `start_server` command uses perl found in $PATH instead of /usr/bin/perl #21

Expand Down
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -67,7 +67,7 @@
"web" : "https://github.com/kazuho/p5-Server-Starter"
}
},
"version" : "0.26",
"version" : "0.27",
"x_contributors" : [
"kazuho <kazuho@d0d07461-0603-4401-acd4-de1884942a52>",
"yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>",
Expand All @@ -80,7 +80,7 @@
"Kazuho Oku <kazuho@natadeco.co>",
"Karen Etheridge <ether@cpan.org>",
"Bugdebugger <bugdebugger@users.noreply.github.com>",
"Kazuho Oku <kazuhooku@gmail.com>",
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>"
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"Kazuho Oku <kazuhooku@gmail.com>"
]
}
2 changes: 1 addition & 1 deletion lib/Server/Starter.pm
Expand Up @@ -13,7 +13,7 @@ use Server::Starter::Guard;

use Exporter qw(import);

our $VERSION = '0.26';
our $VERSION = '0.27';
our @EXPORT_OK = qw(start_server restart_server server_ports);

my @signals_received;
Expand Down

0 comments on commit 8ac1aed

Please sign in to comment.