Skip to content

Commit c3bf35a

Browse files
committed
Bump version after release
1 parent 8c500a1 commit c3bf35a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ my %WriteMakefileArgs = (
5656
"open" => 0,
5757
"utf8" => 0
5858
},
59-
"VERSION" => "0.53",
59+
"VERSION" => "0.54",
6060
"test" => {
6161
"TESTS" => "t/*.t"
6262
}

lib/Specio.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use 5.008;
77

8-
our $VERSION = '0.53';
8+
our $VERSION = '0.54';
99

1010
use Module::Implementation;
1111

lib/Specio/Coercion.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Coercion;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use Specio::OO;
99

lib/Specio/Constraint/AnyCan.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::AnyCan;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use List::Util 1.33 ();
99
use Role::Tiny::With;

lib/Specio/Constraint/AnyDoes.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::AnyDoes;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use Role::Tiny::With;
99
use Scalar::Util ();

lib/Specio/Constraint/AnyIsa.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::AnyIsa;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use Role::Tiny::With;
99
use Scalar::Util ();

lib/Specio/Constraint/Enum.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::Enum;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use Role::Tiny::With;
99
use Scalar::Util qw( refaddr );

lib/Specio/Constraint/Intersection.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::Intersection;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use List::Util 1.33 qw( all );
99
use Role::Tiny::With;

lib/Specio/Constraint/ObjectCan.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::ObjectCan;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use List::Util 1.33 ();
99
use Role::Tiny::With;

lib/Specio/Constraint/ObjectDoes.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Specio::Constraint::ObjectDoes;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '0.53';
6+
our $VERSION = '0.54';
77

88
use Role::Tiny::With;
99
use Scalar::Util ();

0 commit comments

Comments
 (0)