diff --git a/Changes b/Changes index ac65bfa..3fdc35f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Release history for Test-Deep-Filter +0.001002 2017-03-07T10:58:37Z a829f0c + 0.001001 2017-03-07T10:57:32Z b387f9f - Bugfix: Avoid test failures under -Ddefault_inc_excludes_dot diff --git a/META.json b/META.json index b2d3af1..267e108 100644 --- a/META.json +++ b/META.json @@ -124,11 +124,11 @@ "provides" : { "Test::Deep::Filter" : { "file" : "lib/Test/Deep/Filter.pm", - "version" : "0.001001" + "version" : "0.001002" }, "Test::Deep::Filter::Object" : { "file" : "lib/Test/Deep/Filter/Object.pm", - "version" : "0.001001" + "version" : "0.001002" } }, "release_status" : "stable", @@ -143,7 +143,7 @@ "web" : "https://github.com/kentnl/Test-Deep-Filter" } }, - "version" : "0.001001", + "version" : "0.001002", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -669,7 +669,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.001001-source", + "tag" : "0.001002-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, @@ -763,7 +763,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.001001", + "tag" : "0.001002", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index a2bd0ab..2ed5666 100644 --- a/META.yml +++ b/META.yml @@ -21,10 +21,10 @@ name: Test-Deep-Filter provides: Test::Deep::Filter: file: lib/Test/Deep/Filter.pm - version: '0.001001' + version: '0.001002' Test::Deep::Filter::Object: file: lib/Test/Deep/Filter/Object.pm - version: '0.001001' + version: '0.001002' requires: Exporter: '0' Test::Deep: '0' @@ -37,4 +37,4 @@ resources: bugtracker: https://github.com/kentnl/Test-Deep-Filter/issues homepage: https://github.com/kentnl/Test-Deep-Filter repository: https://github.com/kentnl/Test-Deep-Filter.git -version: '0.001001' +version: '0.001002' diff --git a/Makefile.PL b/Makefile.PL index 75b2260..4d233f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "Test::Tester" => "0.08" }, - "VERSION" => "0.001001", + "VERSION" => "0.001002", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/lib/Test/Deep/Filter.pm b/lib/Test/Deep/Filter.pm index 71d7c6d..2840345 100644 --- a/lib/Test/Deep/Filter.pm +++ b/lib/Test/Deep/Filter.pm @@ -4,7 +4,7 @@ use warnings; package Test::Deep::Filter; -our $VERSION = '0.001001'; +our $VERSION = '0.001002'; # ABSTRACT: Perform a filter on a matched element before doing sub-matching @@ -35,7 +35,7 @@ Test::Deep::Filter - Perform a filter on a matched element before doing sub-matc =head1 VERSION -version 0.001001 +version 0.001002 =head1 DESCRIPTION diff --git a/lib/Test/Deep/Filter/Object.pm b/lib/Test/Deep/Filter/Object.pm index 22c3609..e90ecc8 100644 --- a/lib/Test/Deep/Filter/Object.pm +++ b/lib/Test/Deep/Filter/Object.pm @@ -8,7 +8,7 @@ package Test::Deep::Filter::Object; our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY -our $VERSION = '0.001001'; +our $VERSION = '0.001002'; use parent 'Test::Deep::Cmp'; @@ -87,7 +87,7 @@ Test::Deep::Filter::Object - Internal plumbing for Test::Deep::Filter =head1 VERSION -version 0.001001 +version 0.001002 =head1 METHODS diff --git a/misc/Changes.deps b/misc/Changes.deps index fc8a2ba..3509502 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,5 +1,7 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -0.001001 +0.001002 + +0.001001 2017-03-07T10:57:32Z [Changed / test requires] - Test::More 0.89 → 0 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index e2ac8dd..fd0a70c 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,8 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.001001 +0.001002 + +0.001001 2017-03-07T10:57:32Z [Added / develop requires] - English - Software::License::Perl_5 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index f4fd78a..f2843c2 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,8 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.001001 +0.001002 + +0.001001 2017-03-07T10:57:32Z [Added / develop requires] - English - Software::License::Perl_5 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index b87dd70..1de33d1 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,3 +1,5 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -0.001001 +0.001002 + +0.001001 2017-03-07T10:57:32Z