in reply to Can Type::Tiny / Type::Library extend MooseX::Types::DBIx::Class?

This should work. It it does not, then I'd consider it to be a bug.

If you take a look at the test case t/30-integration/MooseX-Types/extending.t then you'll see an example of a Type::Library library extending a MooseX::Types library. And if CPAN managed to install the software successfully, then this test must have passed on your machine.

It is quite possible though that MooseX::Types::DBIx::Class in particular is doing something more complex than most MooseX::Types libraries do. (And knowing the DBIx::Class chaps, I'd say that's in fact quite likely!)

TL;DR: Should work. If it doesn't, please file a big report.

  • Comment on Re: Can Type::Tiny / Type::Library extend MooseX::Types::DBIx::Class?

Replies are listed 'Best First'.
Re^2: Can Type::Tiny / Type::Library extend MooseX::Types::DBIx::Class?
by Yary (Pilgrim) on Mar 13, 2015 at 14:57 UTC
    Thanks, will file a report ASAP!