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 5f45677 commit 1a7935d
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 34 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Search-GIN-Extract-ClassMap

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.

1.000001 2015-08-16T08:00:25Z 1ed7610
[Documentation Fix]
- Don't you hate it when you find yourself short of a colon?
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.000001"
"version" : "1.000002"
},
"Search::GIN::Extract::ClassMap::Does" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Does.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Search::GIN::Extract::ClassMap::Isa" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Isa.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Search::GIN::Extract::ClassMap::Like" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Like.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Search::GIN::Extract::ClassMap::Role" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Role.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Search::GIN::Extract::ClassMap::Types" : {
"file" : "lib/Search/GIN/Extract/ClassMap/Types.pm",
"version" : "1.000001"
"version" : "1.000002"
}
},
"release_status" : "stable",
Expand All @@ -163,7 +163,7 @@
"web" : "https://github.com/kentnl/Search-GIN-Extract-ClassMap"
}
},
"version" : "1.000001",
"version" : "1.000002",
"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.000001-source",
"tag" : "1.000002-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.000001",
"tag" : "1.000002",
"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.000001'
version: '1.000002'
Search::GIN::Extract::ClassMap::Does:
file: lib/Search/GIN/Extract/ClassMap/Does.pm
version: '1.000001'
version: '1.000002'
Search::GIN::Extract::ClassMap::Isa:
file: lib/Search/GIN/Extract/ClassMap/Isa.pm
version: '1.000001'
version: '1.000002'
Search::GIN::Extract::ClassMap::Like:
file: lib/Search/GIN/Extract/ClassMap/Like.pm
version: '1.000001'
version: '1.000002'
Search::GIN::Extract::ClassMap::Role:
file: lib/Search/GIN/Extract/ClassMap/Role.pm
version: '1.000001'
version: '1.000002'
Search::GIN::Extract::ClassMap::Types:
file: lib/Search/GIN/Extract/ClassMap/Types.pm
version: '1.000001'
version: '1.000002'
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.000001'
version: '1.000002'
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.000001",
"VERSION" => "1.000002",
"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.000001';
our $VERSION = '1.000002';

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

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

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

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.000001
version 1.000002
=head1 METHODS
Expand Down
6 changes: 3 additions & 3 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.000001';
our $VERSION = '1.000002';

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.000001
version 1.000002
=head1 SYNOPSIS
Expand Down Expand Up @@ -220,7 +220,7 @@ This is a key => value pair set mapping classes to some Extractor to use for tha
=over 4
=item C<isa>: L<< C<CoercedClassMap>|Search::Extract::ClassMap::Types/CoercedClassMap >>
=item C<isa>: L<< C<CoercedClassMap>|Search::GIN::Extract::ClassMap::Types/CoercedClassMap >>
=item C<coerce>: C<< B<True> >>
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.000001';
our $VERSION = '1.000002';

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.000001
version 1.000002
=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.000001
1.000002

1.000001 2015-08-16T08:00:25Z

1.000000 2015-08-16T07:38:09Z
[Added / configure requires]
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.000001
1.000002

1.000001 2015-08-16T08:00:25Z

1.000000 2015-08-16T07:38:09Z
[Added / configure recommends]
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.000001
1.000002

1.000001 2015-08-16T08:00:25Z

1.000000 2015-08-16T07:38:09Z
[Added / develop recommends]
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.000001
1.000002

1.000001 2015-08-16T08:00:25Z

1.000000 2015-08-16T07:38:09Z
[Added / configure recommends]
Expand Down

0 comments on commit 1a7935d

Please sign in to comment.