Skip to content

Commit

Permalink
Build results of ea2b51b (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 3f64520 commit 62db8e1
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 38 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Search-GIN-Extract-ClassMap

1.000004 2017-03-07T10:13:54Z ea2b51b

1.000003 2017-03-07T10:08:08Z b8fae85
- Bugfix: avoid test failures with -Ddefault_inc_excludes_dot

Expand Down
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,27 +131,27 @@
"provides" : {
"Search::GIN::Extract::ClassMap" : {
"file" : "lib/Search/GIN/Extract/ClassMap.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"Search::GIN::Extract::ClassMap::Does" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Does.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"Search::GIN::Extract::ClassMap::Isa" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Isa.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"Search::GIN::Extract::ClassMap::Like" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Like.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"Search::GIN::Extract::ClassMap::Role" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Role.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"Search::GIN::Extract::ClassMap::Types" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Types.pm",
"version" : "1.000003"
"version" : "1.000004"
}
},
"release_status" : "stable",
Expand All @@ -166,7 +166,7 @@
"web" : "https://github.com/kentnl/Search-GIN-Extract-ClassMap"
}
},
"version" : "1.000003",
"version" : "1.000004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -701,7 +701,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000003-source",
"tag" : "1.000004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -795,7 +795,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000003",
"tag" : "1.000004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
14 changes: 7 additions & 7 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ name: Search-GIN-Extract-ClassMap
provides:
Search::GIN::Extract::ClassMap:
file: lib/Search/GIN/Extract/ClassMap.pm
version: '1.000003'
version: '1.000004'
Search::GIN::Extract::ClassMap::Does:
file: lib/Search/GIN/Extract/ClassMap/Does.pm
version: '1.000003'
version: '1.000004'
Search::GIN::Extract::ClassMap::Isa:
file: lib/Search/GIN/Extract/ClassMap/Isa.pm
version: '1.000003'
version: '1.000004'
Search::GIN::Extract::ClassMap::Like:
file: lib/Search/GIN/Extract/ClassMap/Like.pm
version: '1.000003'
version: '1.000004'
Search::GIN::Extract::ClassMap::Role:
file: lib/Search/GIN/Extract/ClassMap/Role.pm
version: '1.000003'
version: '1.000004'
Search::GIN::Extract::ClassMap::Types:
file: lib/Search/GIN/Extract/ClassMap/Types.pm
version: '1.000003'
version: '1.000004'
recommends:
Moose: '2.000'
requires:
Expand All @@ -55,4 +55,4 @@ resources:
bugtracker: https://github.com/kentnl/Search-GIN-Extract-ClassMap/issues
homepage: https://github.com/kentnl/Search-GIN-Extract-ClassMap
repository: https://github.com/kentnl/Search-GIN-Extract-ClassMap.git
version: '1.000003'
version: '1.000004'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.96"
},
"VERSION" => "1.000003",
"VERSION" => "1.000004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/GIN/Extract/ClassMap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Search::GIN::Extract::ClassMap;

# ABSTRACT: Delegate Extraction based on class.

our $VERSION = '1.000003';
our $VERSION = '1.000004';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -145,7 +145,7 @@ Search::GIN::Extract::ClassMap - Delegate Extraction based on class.
=head1 VERSION
version 1.000003
version 1.000004
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/GIN/Extract/ClassMap/Does.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Search::GIN::Extract::ClassMap::Does;

# ABSTRACT: Map Extractors based on an objects roles.

our $VERSION = '1.000003';
our $VERSION = '1.000004';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -57,7 +57,7 @@ Search::GIN::Extract::ClassMap::Does - Map Extractors based on an objects roles.
=head1 VERSION
version 1.000003
version 1.000004
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/GIN/Extract/ClassMap/Isa.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Search::GIN::Extract::ClassMap::Isa;

# ABSTRACT: Map Extractors based on an objects inheritance

our $VERSION = '1.000003';
our $VERSION = '1.000004';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -57,7 +57,7 @@ Search::GIN::Extract::ClassMap::Isa - Map Extractors based on an objects inherit
=head1 VERSION
version 1.000003
version 1.000004
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/GIN/Extract/ClassMap/Like.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Search::GIN::Extract::ClassMap::Like;

# ABSTRACT: Map Extractors based on what an objects inheritance or roles

our $VERSION = '1.000003';
our $VERSION = '1.000004';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -57,7 +57,7 @@ Search::GIN::Extract::ClassMap::Like - Map Extractors based on what an objects i
=head1 VERSION
version 1.000003
version 1.000004
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/GIN/Extract/ClassMap/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Search::GIN::Extract::ClassMap::Role;

# ABSTRACT: A base role for maps containing classes and associated handlers.

our $VERSION = '1.000003';
our $VERSION = '1.000004';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -133,7 +133,7 @@ Search::GIN::Extract::ClassMap::Role - A base role for maps containing classes a
=head1 VERSION
version 1.000003
version 1.000004
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/GIN/Extract/ClassMap/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Search::GIN::Extract::ClassMap::Types;

# ABSTRACT: Types for Search::GIN::Extract::ClassMap, mostly for coercing.

our $VERSION = '1.000003';
our $VERSION = '1.000004';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -166,7 +166,7 @@ Search::GIN::Extract::ClassMap::Types - Types for Search::GIN::Extract::ClassMap
=head1 VERSION
version 1.000003
version 1.000004
=head1 TYPES
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000003
1.000004

1.000003 2017-03-07T10:08:08Z

1.000002 2015-08-16T08:09:03Z

Expand Down
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)

1.000003
1.000004

1.000003 2017-03-07T10:08:08Z
[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 )

1.000003
1.000004

1.000003 2017-03-07T10:08:08Z
[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,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.000003
1.000004

1.000003 2017-03-07T10:08:08Z

1.000002 2015-08-16T08:09:03Z

Expand Down
8 changes: 3 additions & 5 deletions misc/built_with.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"failures" : {
"Search::GIN::Extract" : "module was not found in INC",
"Search::GIN::Extract::Attributes" : "module was not found in INC",
"Search::GIN::Extract::Callback" : "module was not found in INC"
},
"modules" : {
"CPAN::Meta" : "2.150010",
"Dist::Zilla" : "6.009",
Expand Down Expand Up @@ -66,6 +61,9 @@
"MooseX::Types" : "0.50",
"MooseX::Types::Moose" : "0.50",
"Pod::Coverage::TrustPod" : "0.100003",
"Search::GIN::Extract" : "0.11",
"Search::GIN::Extract::Attributes" : "0.11",
"Search::GIN::Extract::Callback" : "0.11",
"Software::License::Perl_5" : "0.103012",
"Test::CPAN::Changes" : "0.400002",
"Test::CPAN::Meta" : "0.25",
Expand Down

0 comments on commit 62db8e1

Please sign in to comment.