Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building on Perl without "." in @INC #47

Merged
merged 1 commit into from
Dec 27, 2017
Merged

Conversation

ppisar
Copy link
Contributor

@ppisar ppisar commented May 17, 2017

This fixes building on Perl 5.26.0.

@nihen
Copy link

nihen commented Dec 19, 2017

+1

@kazuho kazuho merged commit e595658 into kazuho:master Dec 27, 2017
@kazuho
Copy link
Owner

kazuho commented Dec 27, 2017

Thank you for the PR!

kazuho added a commit that referenced this pull request Feb 26, 2018
Changelog diff is:

diff --git a/Changes b/Changes
index 8e955bd..746bfaa 100644
--- a/Changes
+++ b/Changes
@@ -2,11 +2,14 @@ Revision history for Perl extension Server::Starter.

 {{$NEXT}}

+0.34 2018-02-26T06:32:16Z
+	- run start_server even if no port (or path) is specified (thanks to Ichito Nagata) #49
+	- add `.` in @inc (thanks to Petr Písař) #47
+
 0.33 2016-12-13T00:37:49Z
 	- do not kill old worker too early (thanks to Xuanzhong Wei) #45
 	- allow use of `--enable-auto-restart` without an argument (thanks to Slaven Rezic) #41

-
 0.32 2015-08-25T02:09:18Z
 	- fix compatibility issue on Solaris (thanks to Syohei YOSHIDA) #40
kazuho added a commit that referenced this pull request Sep 21, 2019
Changelog diff is:

diff --git a/Changes b/Changes
index 746bfaa..b15fabc 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Server::Starter.

 {{$NEXT}}

+0.35 2019-09-21T13:50:02Z
+	- add support for UDP #52
+
 0.34 2018-02-26T06:32:16Z
 	- run start_server even if no port (or path) is specified (thanks to Ichito Nagata) #49
 	- add `.` in @inc (thanks to Petr Písař) #47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants