Skip to content

Commit

Permalink
Build results of a58e4fc (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent f47af52 commit a11dae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Asset-Pack

0.000008 2017-03-07T11:27:25Z 4a8d336
0.000008 2017-03-07T13:25:07Z a58e4fc
- Bugfix: Stop accidentally calling plan() twice in App::FatPacker interop test

0.000007 2017-03-07T11:25:49Z b702db9
- Bugfix: Avoid failing tests under -Ddefault_inc_excludes_dot
Expand Down
3 changes: 2 additions & 1 deletion t/interop/App-FatPacker.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
use warnings;

use Test::More tests => 3;
use Test::More;

BEGIN {
my %required = (
Expand All @@ -13,6 +13,7 @@ BEGIN {
plan skip_all => "$key version >= $required{$key} required for this test";
exit 0;
}
plan tests => 3
}

use Test::TempDir::Tiny qw( tempdir );
Expand Down

0 comments on commit a11dae1

Please sign in to comment.