Skip to content

Commit

Permalink
Don't test fatpack interop before FatPacker 0.009017
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 13, 2015
1 parent ff40f6e commit f70f711
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Revision history for {{$dist->name}}

{{$NEXT}}
[BugFix]
- Don't execute FatPacker interop test with FatPacker < 0.00917
- Fatpacking itself should still work before this, but its just not practical to test

[Dependencies::Stats]
- Dependencies changed since 0.000002, see misc/*.deps* for details
- test: (recommends: ↑1)

0.000002 2015-07-11T05:00:03Z a542c60
[Features / find_and_pack indexes]
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ Dist::Zilla::Plugin::UploadToCPAN = 0
filename = LICENSE

[Prereqs / TestRecommends]
App::FatPacker = 0
App::FatPacker = 0.009017
2 changes: 1 addition & 1 deletion dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ filename = LICENSE
;authordep Pod::Weaver::Section::Contributors = 0

[Prereqs / TestRecommends]
App::FatPacker = 0
App::FatPacker = 0.009017
2 changes: 2 additions & 0 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.000003
[Changed / test recommends]
- App::FatPacker 0 → 0.009017

0.000002 2015-07-11T05:00:03Z
2 changes: 2 additions & 0 deletions misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.000003
[Changed / test recommends]
- App::FatPacker 0 → 0.009017

0.000002 2015-07-11T05:00:03Z
2 changes: 1 addition & 1 deletion t/interop/App-FatPacker.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;

use Test::More;
use Test::Requires { "App::FatPacker" => 0 };
use Test::Requires { "App::FatPacker" => '0.0009017' }; # Minimum required for fatpack_file
use Test::TempDir::Tiny qw( tempdir );
use Path::Tiny qw( path cwd );
use Asset::Pack qw( find_and_pack );
Expand Down

0 comments on commit f70f711

Please sign in to comment.