File tree Expand file tree Collapse file tree 10 files changed +11
-9
lines changed
Expand file tree Collapse file tree 10 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11Revision history for MooseX-Types
22
3+ {{$NEXT}}
4+
350.50 2017-02-07 18:59:30Z
46 - reverted the is_Fo and to_Foo refactoring again temporarily to
57 resolve issues with Sub::Defer
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use Moose;
33# ABSTRACT: Organise your Moose types in libraries
44# KEYWORDS: moose types classes objects constraints declare libraries
55
6- our $VERSION = ' 0.50 ' ;
6+ our $VERSION = ' 0.51 ' ;
77
88use Moose::Util::TypeConstraints qw( find_type_constraint ) ;
99use MooseX::Types::TypeDecorator;
Original file line number Diff line number Diff line change 11package MooseX::Types::Base ;
22# ABSTRACT: Type library base class
33
4- our $VERSION = ' 0.50 ' ;
4+ our $VERSION = ' 0.51 ' ;
55
66use Moose;
77
Original file line number Diff line number Diff line change 11package MooseX::Types::CheckedUtilExports ;
22# ABSTRACT: Wrap L<Moose::Util::TypeConstraints> to be safer for L<MooseX::Types>
33
4- our $VERSION = ' 0.50 ' ;
4+ our $VERSION = ' 0.51 ' ;
55
66use strict;
77use warnings;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use warnings;
33package MooseX::Types::Combine ;
44# ABSTRACT: Combine type libraries for exporting
55
6- our $VERSION = ' 0.50 ' ;
6+ our $VERSION = ' 0.51 ' ;
77
88use Module::Runtime ' use_module' ;
99use namespace::autoclean;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33package MooseX::Types::Moose ;
44# ABSTRACT: Type exports that match the types shipped with L<Moose>
55
6- our $VERSION = ' 0.50 ' ;
6+ our $VERSION = ' 0.51 ' ;
77
88use MooseX::Types;
99use Moose::Util::TypeConstraints ();
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use warnings;
33package MooseX::Types::TypeDecorator ;
44# ABSTRACT: Wraps Moose::Meta::TypeConstraint objects with added features
55
6- our $VERSION = ' 0.50 ' ;
6+ our $VERSION = ' 0.51 ' ;
77
88use Carp::Clan ' ^MooseX::Types' ;
99use Moose::Util::TypeConstraints ();
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33package MooseX::Types::UndefinedType ;
44# ABSTRACT: a fallback type for when a type cannot be found
55
6- our $VERSION = ' 0.50 ' ;
6+ our $VERSION = ' 0.51 ' ;
77
88use Moose::Util::TypeConstraints ();
99use Carp::Clan ' ^MooseX::Types' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33package MooseX::Types::Util ;
44# ABSTRACT: Common utility functions for the distribution
55
6- our $VERSION = ' 0.50 ' ;
6+ our $VERSION = ' 0.51 ' ;
77
88use Scalar::Util ' blessed' ;
99use base ' Exporter' ;
Original file line number Diff line number Diff line change 11package MooseX::Types::Wrapper ;
22# ABSTRACT: Wrap exports from a library
33
4- our $VERSION = ' 0.50 ' ;
4+ our $VERSION = ' 0.51 ' ;
55
66use Moose;
77use Carp::Clan qw( ^MooseX::Types ) ;
You can’t perform that action at this time.
0 commit comments