Skip to content

Commit

Permalink
mention that we do not want to remove options from @argv
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 15, 2015
1 parent db7cf14 commit 7d95994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.73 2015-01-15
5.73 2015-01-16
- Deprecated Mojolicious::Routes::Route::bridge in favor of
Mojolicious::Routes::Route::under.
- Removed deprecated object-oriented Mojo::JSON API.
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Commands.pm
Expand Up @@ -88,6 +88,7 @@ sub _args {
Getopt::Long::Configure($save);
}

# Do not remove options from @ARGV
BEGIN { _args([@ARGV]) }

sub _command {
Expand Down

0 comments on commit 7d95994

Please sign in to comment.