Skip to content

Commit c7e3685

Browse files
committed
explain why the plackup server throws warnings on older perls
1 parent 89e8892 commit c7e3685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ which will be loaded on top of the existing config file.
2424

2525
This will use the API server at C<localhost:5000> and sets the port of the front-end to 5001.
2626
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

Comments
 (0)