Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that Type::Tiny "coercion" attribute accepts arrayref to be passed to add_type_coercions #153

Open
djerius opened this issue Jan 5, 2024 · 0 comments

Comments

@djerius
Copy link
Contributor

djerius commented Jan 5, 2024

Version 2.00400.

Peering at the code, it looks like

my $type = Type::Tiny->new( ..., coercion => [ $type, $coderef ...] )

is accepted, and is equivalent to

my $type = Type::Tiny->new( ...);
$type->add_type_coercions( $type, $coderef, ... );

If this is intended as part of the API, it'd be great to have it documented as such.

Thanks!

Diab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant