Skip to content

Commit

Permalink
update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 20, 2015
1 parent 6fc370e commit 8013836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,8 @@
- Deprecated object-oriented Mojo::Loader API.
- Added data_file, fine_is_binary, load_class and find_modules functions to
Mojo::Loader.
- Fixed test command to not let Test::Harness enable global warnings by
default. (OlegG)

5.80 2015-02-18
- Deprecated Mojo::IOLoop::accept_interval, Mojo::IOLoop::lock and
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/test.pm
Expand Up @@ -20,7 +20,7 @@ sub run {

$ENV{HARNESS_OPTIONS} //= 'c';
require Test::Harness;
$Test::Harness::switches = '';
local $Test::Harness::switches = '';
Test::Harness::runtests(sort @args);
}

Expand Down

0 comments on commit 8013836

Please sign in to comment.