Skip to content

Commit

Permalink
Build results of a829f0c (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent e645062 commit 062f4eb
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 17 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -763,7 +763,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Deep/Filter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Deep/Filter/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -87,7 +87,7 @@ Test::Deep::Filter::Object - Internal plumbing for Test::Deep::Filter
=head1 VERSION
version 0.001001
version 0.001002
=head1 METHODS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 062f4eb

Please sign in to comment.