Skip to content

Commit

Permalink
Build results of 346f2a8 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 3145690 commit 6201ab0
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 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.001003 2017-03-07T20:11:30Z 346f2a8

0.001002 2017-03-07T20:08:03Z a020378
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"provides" : {
"DBIx::Class::InflateColumn::Serializer::Sereal" : {
"file" : "lib/DBIx/Class/InflateColumn/Serializer/Sereal.pm",
"version" : "0.001002"
"version" : "0.001003"
}
},
"release_status" : "stable",
Expand All @@ -145,7 +145,7 @@
"web" : "https://github.com/kentnl/DBIx-Class-InflateColumn-Serializer-Sereal"
}
},
"version" : "0.001002",
"version" : "0.001003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -649,7 +649,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001002-source",
"tag" : "0.001003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -743,7 +743,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001002",
"tag" : "0.001003",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name: DBIx-Class-InflateColumn-Serializer-Sereal
provides:
DBIx::Class::InflateColumn::Serializer::Sereal:
file: lib/DBIx/Class/InflateColumn/Serializer/Sereal.pm
version: '0.001002'
version: '0.001003'
requires:
Carp: '0'
Sereal::Decoder: '2.070000'
Expand All @@ -40,4 +40,4 @@ 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.001002'
version: '0.001003'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"parent" => 0
},
"VERSION" => "0.001002",
"VERSION" => "0.001003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
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.001002';
our $VERSION = '0.001003';

# 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.001002
version 0.001003
=head1 SYNOPSIS
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)

0.001002
0.001003

0.001002 2017-03-07T20:08:03Z
[Added / configure requires]
- perl 5.006

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)

0.001002
0.001003

0.001002 2017-03-07T20:08:03Z
[Added / configure requires]
- perl 5.006

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.001002
0.001003

0.001002 2017-03-07T20:08:03Z
[Added / develop recommends]
- Test::More 0.99

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)

0.001002
0.001003

0.001002 2017-03-07T20:08:03Z
[Added / test recommends]
- Path::Tiny 0.058

Expand Down

0 comments on commit 6201ab0

Please sign in to comment.