Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
we now recommend Perl 5.16
  • Loading branch information
kraih committed May 18, 2013
1 parent 30cacec commit 6757748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@
static file server, first class Unicode support and much more for you to
discover.
* Very clean, portable and Object Oriented pure-Perl API without any hidden
magic and no requirements besides Perl 5.10.1 (although 5.14+ is
magic and no requirements besides Perl 5.10.1 (although 5.16+ is
recommended, and optional CPAN modules will be used to provide advanced
functionality if they are installed).
* Full stack HTTP and WebSocket client/server implementation with IPv6, TLS,
Expand Down

0 comments on commit 6757748

Please sign in to comment.