Skip to content

Commit

Permalink
Build results of 6820860 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 20, 2014
1 parent a7a6708 commit 6b467c7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 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 DBIx-Class-InflateColumn-Serializer-Sereal

0.001002 2014-10-20T03:30:25Z 6820860

0.001001 2014-10-20T03:29:42Z be70c3d
[Bugfix]
- State a minimum version of Sereal components for _with_object function.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"provides" : {
"DBIx::Class::InflateColumn::Serializer::Sereal" : {
"file" : "lib/DBIx/Class/InflateColumn/Serializer/Sereal.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -131,7 +131,7 @@
"web" : "https://github.com/kentnl/DBIx-Class-InflateColumn-Serializer-Sereal"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"failures" : {
"DBIx::Class::Core" : "Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/blead/lib/site_perl/5.21.3/DBIx/Class/Core.pm",
Expand Down Expand Up @@ -651,7 +651,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -722,7 +722,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name: DBIx-Class-InflateColumn-Serializer-Sereal
provides:
DBIx::Class::InflateColumn::Serializer::Sereal:
file: lib/DBIx/Class/InflateColumn/Serializer/Sereal.pm
version: '0.001001'
version: '0.001002'
requires:
Carp: '0'
Sereal::Decoder: '2.070000'
Expand All @@ -38,7 +38,7 @@ resources:
bugtracker: https://github.com/kentnl/DBIx-Class-InflateColumn-Serializer-Sereal/issues
homepage: https://github.com/kentnl/DBIx-Class-InflateColumn-Serializer-Sereal
repository: https://github.com/kentnl/DBIx-Class-InflateColumn-Serializer-Sereal.git
version: '0.001001'
version: '0.001002'
x_BuiltWith:
failures:
DBIx::Class::Core: 'Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/blead/lib/site_perl/5.21.3/DBIx/Class/Core.pm'
Expand Down Expand Up @@ -454,7 +454,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.001001-source
tag: 0.001002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -508,7 +508,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.001001'
tag: '0.001002'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.89",
"parent" => 0
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
Serialization for DBIx Class Columns

VERSION
version 0.001001
version 0.001002

SYNOPSIS
Standard DBIx::Class definition:
Expand Down
4 changes: 2 additions & 2 deletions lib/DBIx/Class/InflateColumn/Serializer/Sereal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package DBIx::Class::InflateColumn::Serializer::Sereal;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Sereal based Serialization for DBIx Class Columns

Expand Down Expand Up @@ -51,7 +51,7 @@ DBIx::Class::InflateColumn::Serializer::Sereal - Sereal based Serialization for
=head1 VERSION
version 0.001001
version 0.001002
=head1 SYNOPSIS
Expand Down

0 comments on commit 6b467c7

Please sign in to comment.