Introducing Marlin

Does the Perl world need another object-oriented programming framework? To be honest, probably not. But here’s why you might want to give Marlin a try anyway. Most of your constructors and accessors will be implemented in XS and be really, really fast. If you accept a few basic principles like “attributes should usually be read-only”, … Continued

Type::Tiny 2.8.0 Released

What’s new? The BoolLike type constraint accepts boolean.pm booleans. Type::Params offers some improvements for DWIM named parameter processing. More shortcuts are provided for exporting parameterized versions of type constraints….