Skip to content

Commit

Permalink
v0.001002
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

 [Dependencies::Stats]
 - Dependencies changed since 0.001001, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +11 ↑3 -3 (recommends: +1, suggests: ↑2)
 - test: +1 ↓1 (recommends: +1 ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent a020378 commit 24a4e5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for DBIx-Class-InflateColumn-Serializer-Sereal

{{$NEXT}}

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

[Dependencies::Stats]
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 24a4e5e

Please sign in to comment.