Skip to content

Commit

Permalink
added get command to examples in Mojolicious::Lite tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 17, 2014
1 parent 7947c2e commit ef84ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.68 2014-01-17
4.68 2014-01-18
- Removed deprecated http_proxy attribute from Mojo::UserAgent.
- Removed deprecated https_proxy attribute from Mojo::UserAgent.
- Removed deprecated name attribute from Mojo::UserAgent.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -126,6 +126,9 @@ just work without commands.
$ ./myapp.pl cgi
...CGI output...
$ ./myapp.pl get /
Hello World!
$ ./myapp.pl
...List of available commands (or automatically detected environment)...
Expand Down

0 comments on commit ef84ef1

Please sign in to comment.