The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Couplet::Types - Various type-constraints for working with D::C and Moose

VERSION

version 0.02004314

EXPORTED TYPES

DataCouplet

All children of Data::Couplet.

COERCIONS

ArrayRef

Will behave as if somebody had done

  Data::Couplet->new( @{ $arrayref });

HashRef

As for ArrayRef, but don't try thinking it will retain order.

DataCoupletImpl

Anything that implements something like Data::Couplet.

That is, any descendant of Data::Couplet::Private

All DataCouplet instances should also be DataCoupletImpl instances.

DataCoupletPlugin

Plugins

AUTHOR

Kent Fredric <kentnl at cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Kent Fredric.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.