You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.pod
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,7 @@ which will be loaded on top of the existing config file.
24
24
25
25
This will use the API server at C<localhost:5000> and sets the port of the front-end to 5001.
26
26
The process will watch changes in the C</lib> directory.
27
+
28
+
=head1 COMPATIBILITY NOTES
29
+
30
+
On Win32 (and possibly also on other platforms) when using Perl < 5.12, the server started with plackup will generate warnings relating to date parsing. These are caused by Plack due to a bug in the gmtime implementation and can be removed by upgrading to Perl 5.12.
0 commit comments