Package: libtype-tiny-perl / 2.004000-2

Metadata

Package Version Patches format
libtype-tiny-perl 2.004000-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
moosex types 0.51.patch | (download)

lib/Type/Coercion.pm | 8 4 + 4 - 0 !
lib/Type/Tiny.pm | 8 4 + 4 - 0 !
lib/Type/Utils.pm | 4 2 + 2 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 check for moose modules we interact with rather than moose.pm
 It's possible to create Moose types or coercions without loading
 Moose.pm. Instead of being conditional on Moose.pm being loaded, check
 for the actual modules we're trying to interact with, such as
 Moose::Meta::TypeCoercion.