Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Introducing Type::Tiny

by tobyink (Canon)
on Apr 15, 2013 at 15:31 UTC ( #1028744=perlnews: print w/replies, xml ) Need Help??

In case you've not seen my blogs.perl.org entry, I've just released Type::Tiny which is something along the lines of MooseX::Types but:

  • Has zero (non-core) dependencies.
  • Is faster.
  • Works with Moose, Moo and Mouse.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re: Introducing Type::Tiny
by Your Mother (Archbishop) on Apr 15, 2013 at 16:14 UTC

    Really very nice. After reading through the blog post and some of the Pod I expect to be using this quite a lot. Thank you!

Re: Introducing Type::Tiny
by pemungkah (Priest) on Apr 15, 2013 at 19:46 UTC
    Excellent work, and thank you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlnews [id://1028744]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2023-06-10 11:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (38 votes). Check out past polls.

    Notices?