Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improved version command to show required versions of optional depend…
…encies
  • Loading branch information
kraih committed Apr 3, 2013
1 parent b555858 commit 8a3ca57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -5,6 +5,8 @@
- Added steady_time function to Mojo::Util.
- Removed deprecated namespace method from Mojolicious::Routes.
- Improved WebSocket send method to stringify objects. (jberger)
- Improved version command to show required versions of optional
dependencies.
- Improved documentation.
- Improved tests.
- Fixed RFC 6901 compliance of Mojo::JSON::Pointer. (jberger, sri)
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojolicious/Command/version.pm
Expand Up @@ -23,9 +23,9 @@ CORE
Mojolicious ($Mojolicious::VERSION, $Mojolicious::CODENAME)
OPTIONAL
EV ($ev)
IO::Socket::IP ($ipv6)
IO::Socket::SSL ($tls)
EV 4.0+ ($ev)
IO::Socket::IP 0.16+ ($ipv6)
IO::Socket::SSL 1.75+ ($tls)
EOF

Expand Down

0 comments on commit 8a3ca57

Please sign in to comment.