Skip to content

Commit

Permalink
Build results of 59b69ca (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 16, 2015
1 parent 3af1c6c commit 6b82ce6
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 29 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.000003 2015-08-16T08:10:20Z 59b69ca

1.000002 2015-08-16T08:09:03Z 7e56737
[Documentation]
- Turns out I suck at L<>, and this release hopefully finally has all the L<> links fixed.
Expand Down
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,27 +128,27 @@
"provides" : {
"Search::GIN::Extract::ClassMap" : {
"file" : "lib/Search/GIN/Extract/ClassMap.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Search::GIN::Extract::ClassMap::Does" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Does.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Search::GIN::Extract::ClassMap::Isa" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Isa.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Search::GIN::Extract::ClassMap::Like" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Like.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Search::GIN::Extract::ClassMap::Role" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Role.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Search::GIN::Extract::ClassMap::Types" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Types.pm",
"version" : "1.000002"
"version" : "1.000003"
}
},
"release_status" : "stable",
Expand All @@ -163,7 +163,7 @@
"web" : "https://github.com/kentnl/Search-GIN-Extract-ClassMap"
}
},
"version" : "1.000002",
"version" : "1.000003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -656,7 +656,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000002-source",
"tag" : "1.000003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -732,7 +732,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000002",
"tag" : "1.000003",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
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.000002'
version: '1.000003'
Search::GIN::Extract::ClassMap::Does:
file: lib/Search/GIN/Extract/ClassMap/Does.pm
version: '1.000002'
version: '1.000003'
Search::GIN::Extract::ClassMap::Isa:
file: lib/Search/GIN/Extract/ClassMap/Isa.pm
version: '1.000002'
version: '1.000003'
Search::GIN::Extract::ClassMap::Like:
file: lib/Search/GIN/Extract/ClassMap/Like.pm
version: '1.000002'
version: '1.000003'
Search::GIN::Extract::ClassMap::Role:
file: lib/Search/GIN/Extract/ClassMap/Role.pm
version: '1.000002'
version: '1.000003'
Search::GIN::Extract::ClassMap::Types:
file: lib/Search/GIN/Extract/ClassMap/Types.pm
version: '1.000002'
version: '1.000003'
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.000002'
version: '1.000003'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.96"
},
"VERSION" => "1.000002",
"VERSION" => "1.000003",
"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.000002';
our $VERSION = '1.000003';

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.000002
version 1.000003
=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.000002';
our $VERSION = '1.000003';

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.000002
version 1.000003
=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.000002';
our $VERSION = '1.000003';

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.000002
version 1.000003
=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.000002';
our $VERSION = '1.000003';

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.000002
version 1.000003
=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.000002';
our $VERSION = '1.000003';

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.000002
version 1.000003
=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.000002';
our $VERSION = '1.000003';

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.000002
version 1.000003
=head1 TYPES
Expand Down

0 comments on commit 6b82ce6

Please sign in to comment.